.fss-8c76c465-wrapper {
    display: flex;
    align-items: stretch;
    gap: 40px;
    font-family: inherit;
}

.fss-8c76c465-wrapper.fss-8c76c465-img-right {
    flex-direction: row-reverse;
}

.fss-8c76c465-image {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.fss-8c76c465-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.fss-8c76c465-wrapper:hover .fss-8c76c465-image img {
    transform: scale(1.03);
}

.fss-8c76c465-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fss-8c76c465-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    color: #E53935;
}

.fss-8c76c465-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.fss-8c76c465-desc {
    font-size: 15px;
    color: #555;
    margin: 0 0 24px 0;
    line-height: 1.6;
}

.fss-8c76c465-services-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fss-8c76c465-service-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    border-left: 4px solid var(--fss-accent, #E53935);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    cursor: default;
}

.fss-8c76c465-service-card:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.fss-8c76c465-icon-wrap {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--fss-accent, #E53935), rgba(0,0,0,0.05));
    color: #ffffff;
    font-size: 22px;
    transition: transform 0.3s ease;
}

.fss-8c76c465-icon-wrap svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.fss-8c76c465-service-card:hover .fss-8c76c465-icon-wrap {
    transform: rotate(10deg) scale(1.1);
}

.fss-8c76c465-service-text {
    flex: 1;
}

.fss-8c76c465-service-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px 0;
}

.fss-8c76c465-service-desc {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .fss-8c76c465-wrapper,
    .fss-8c76c465-wrapper.fss-8c76c465-img-right {
        flex-direction: column;
    }

    .fss-8c76c465-image {
        flex: 0 0 auto;
        max-width: 100%;
        max-height: 300px;
    }

    .fss-8c76c465-title {
        font-size: 26px;
    }
}
