.ac-wrapper-f20ace79 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.ac-content-f20ace79 {
    flex: 1 1 500px;
}

.ac-image-wrapper-f20ace79 {
    flex: 1 1 400px;
}

.ac-image-wrapper-f20ace79 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ac-subtitle-f20ace79 {
    color: #ef7e7b;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
}

.ac-subtitle-f20ace79::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ef7e7b;
    margin-bottom: 8px;
}

.ac-title-f20ace79 {
    font-size: 32px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ac-desc-f20ace79 {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 30px;
}

.ac-features-f20ace79 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ac-feature-item-f20ace79 {
    flex: 1 1 150px;
    text-align: center;
    border-right: 1px solid #e2e8f0;
    padding: 0 15px;
}

.ac-feature-item-f20ace79:last-child {
    border-right: none;
}

.ac-feature-icon-f20ace79 {
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ef7e7b;
}

.ac-feature-icon-f20ace79 i {
    font-size: 40px;
}

.ac-feature-icon-f20ace79 svg {
    width: 40px;
    height: 40px;
    fill: #ef7e7b;
}

.ac-feature-title-f20ace79 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #1a202c;
}

.ac-feature-desc-f20ace79 {
    font-size: 13px;
    color: #718096;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .ac-wrapper-f20ace79 {
        flex-direction: column;
    }
    
    .ac-feature-item-f20ace79 {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        padding: 15px 0;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .ac-feature-item-f20ace79:last-child {
        border-bottom: none;
    }
    
    .ac-feature-icon-f20ace79 {
        margin-bottom: 0;
    }
}