.cs-customer-success {
    padding: 0px 20px;
    background: #fff;
    color: #333;
}

.cs-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cs-section-header {
    text-align: center;
    margin: 0 auto 60px;
}

.cs-section-subtitle {
    color: #0EC76A;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

.cs-section-header h2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    letter-spacing: 0px;
}

.cs-section-description {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    padding: 0px 150px;
}

.cs-content-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.cs-image-col {
    flex: 1;
}

.cs-image-col img {
    width: 100%;
    border-radius: 22px;
    display: block;
    object-fit: cover;
}

.cs-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 20px;
}
.cs-text-col a{
    max-width: max-content;
    padding: 10px 20px;
    margin-top: 50px;
}

.cs-text-block h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    color: #666;

}

.cs-text-block p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    padding: 0px 120px 0px 0px;
    color: #666;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .cs-text-col{
        text-align: center;
    }
    .cs-text-col a{
        margin: auto;
    }
    .cs-content-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .cs-image-col img {
        max-width: 100%;
        height: auto;
    }

    .cs-section-header h2 {
        font-size: 26px;
    }

    .cs-section-description {
        padding: 0px;
    }
}

/* ===== Responsive ===== */
@media (max-width: 1130px) {
    .cs-text-block p{
        padding: 0px;
    }
}

@media (max-width: 600px) {
    .cs-section-header h2 {
        font-size: 22px;
    }



}
