.service-section-8 {
    padding: var(--section-pad-y) var(--section-pad-x);
    background-color: var(--section-background-gray);
}

.service-section-8__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    gap: var(--s1-gap);
}

.service-section-8__header h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.service-section-8__cta {
    display: flex;
    justify-content: center;
    padding: 16px;
    background-color: var(--cta-btn-bg);
    color: var(--cta-btn-color) !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
}

.service-section-8__reviews {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .service-section-8__header {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .service-section-8__header h2 {
        font-size: 36px;
    }
}
