/* Testimonials Intro Section Start */
.testimonials-intro {
    position: relative;
    padding: 110px 0 50px;
    overflow: hidden;
}

.testimonials-intro::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(1120px, calc(100% - 30px));
    height: 1px;
    transform: translateX(-50%);
    background: currentColor;
    opacity: 0.12;
}

.testimonials-intro .section-title {
    margin-bottom: 0;
}

.testimonials-intro .section-title h2 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-intro .section-title p {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
/* Testimonials Intro Section End */


/* Testimonials Page Flow Start */
.testimonials-intro + .page-testimonials {
    padding-top: 70px;
}
/* Testimonials Page Flow End */


/* Responsive Start */
@media (max-width: 991px) {
    .testimonials-intro {
        padding: 80px 0 40px;
    }

    .testimonials-intro + .page-testimonials {
        padding-top: 55px;
    }
}

@media (max-width: 767px) {
    .testimonials-intro {
        padding: 65px 0 35px;
    }

    .testimonials-intro + .page-testimonials {
        padding-top: 45px;
    }
}

@media (max-width: 575px) {
    .testimonials-intro {
        padding: 55px 0 30px;
    }
}
/* Responsive End */