#testimonials-page {
    padding-top: 0;
}

#testimonials-page #testimonials-heading.gs-heading.display-heading {
    font-size: 28px !important;
    position: sticky;
    top: 210px;
    z-index: 99;
    background: white;
    padding: 20px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
}

@media screen and (min-width: 540px) {
    #testimonials-page #testimonials-heading.gs-heading.display-heading {
        font-size: 48px !important;
        top: 210px;
    }
}

@media screen and (min-width: 992px) {
    #testimonials-page #testimonials-heading.gs-heading.display-heading {
        top: 140px;
    }
}

@media (min-width: 1200px) {
    #testimonials-page #testimonials-heading.gs-heading.display-heading {
        top: 206px;
    }
}

#testimonials-page #testimonials-heading span {
    color: #5DAAD5;
}

.testimonials-container {
    max-width: 1540px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}

.testimonials-inner-container {
    padding: 40px 20px;
}

#testimonials-page .wpmtst-testimonial {
    background: #E4E4E4;
    padding: 25px;
    border-radius: 32px;
    break-inside: avoid;
    margin-bottom: 20px;
}

#testimonials-page .wpmtst-testimonial-inner {
    display: flex;
    flex-direction: column;
    position: relative;
}

.testimonial-rating {
    order: 1;
    margin-bottom: 10px;
}

.wpmtst-testimonial-content {
    order: 2;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.testimonial-heading {
    order: 3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

.testimonial-heading::before {
    content: "- ";
}

.testimonial-platform {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.testimonial-platform img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}