.hp-testimonials-1-section.wp-block-group {
    background: linear-gradient(180deg, #FFF 0%, #EEF3FF 100%);
}

.hp-testimonials-1-section.wp-block-group .hp-testimonials-1-content  {
    padding: 64px 24px 0 24px;
}

.hp-testimonials-1-section.wp-block-group .hp-testimonials-1-content .hp-testimonials-subtitle {
    color: var(--Collaborative, #286CFC);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.hp-testimonials-1-section.wp-block-group .hp-testimonials-1-content .hp-testimonials-heading {
    color: var(--Future, #010F27);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.hp-embed-testimonials iframe {
    height: 1750px;
}

/* ≥768px */
@media (min-width: 768px) {
    .hp-embed-testimonials iframe {
        height: 1100px;
    }
}

/* ≥1024px */
@media (min-width: 1024px) {
    .hp-testimonials-1-section.wp-block-group .hp-testimonials-1-content  {
        padding: 60px 120px 0 120px;
    }

    .hp-testimonials-1-section.wp-block-group .hp-testimonials-1-content .hp-testimonials-heading {
        font-size: 45px;
        line-height: 53px;
        letter-spacing: -1px;
        margin-bottom: 64px;
    }

    .hp-embed-testimonials iframe {
        height: 850px;
    }
}

/* ≥1200px */
@media (min-width: 1200px) {
    .hp-testimonials-1-section.wp-block-group .hp-testimonials-1-content {
        padding: 120px 180px 120px 180px;
    }
}