.emergency-box-b94771e0 {
    display: flex;
    align-items: stretch;
    border: 1px solid;
    border-radius: 8px;
    padding: 30px;
    gap: 30px;
    justify-content: flex-start;
}

.icon-col-b94771e0 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-wrapper-b94771e0 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper-b94771e0 .elementor-icon {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrapper-b94771e0 .elementor-icon svg {
    width: 40px;
    height: 40px;
}

.divider-col-b94771e0 {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}

.content-col-b94771e0 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-title-b94771e0 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.title-divider-b94771e0 {
    height: 3px;
    width: 40px;
    margin-bottom: 20px;
}

.features-list-b94771e0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list-b94771e0 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.features-list-b94771e0 li:last-child {
    margin-bottom: 0;
}

.features-list-b94771e0 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .emergency-box-b94771e0 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        gap: 20px;
    }
    
    .divider-col-b94771e0 {
        width: 100%;
        height: 1px;
        margin: 0;
    }
    
    .features-list-b94771e0 li {
        padding-left: 0;
    }
    
    .features-list-b94771e0 li::before {
        display: none;
    }
}