.heading_content_with_testimonial_section {
    margin: 2.625rem 0 5.125rem;
}

.heading_content_with_testimonial_section.mt-0 {
    margin-top: 0;
}

.heading_content_with_testimonial_section.mb-0 {
    margin-bottom: 0;
}

.heading_content_with_testimonial_section .heading_content_with_testimonial_inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem 2.5rem;
}

.heading_content_with_testimonial_section .heading_content_with_testimonial_left {
    width: 100%;
    text-align: center;
}

.heading_content_with_testimonial_section .heading_content_with_testimonial_left_heading {
    font-size: 2.25rem;
    line-height: normal;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    margin-bottom: 0.875rem;
}

.heading_content_with_testimonial_section .heading_content_with_testimonial_left_content {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #FFFFFF !important;
    margin-bottom: 1.25rem;
}

.heading_content_with_testimonial_section .heading_content_with_testimonial_right {
    width: 100%;
    position: relative;
}

.heading_content_with_testimonial_section .splide__arrow--custom {
    position: absolute;
    top: 1.625rem;
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    padding: 0.3125rem 0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.heading_content_with_testimonial_section .splide__arrow--prev {
    left: 0;
    transform: rotate(180deg);
}

.heading_content_with_testimonial_section .splide__arrow--next {
    right: 0;
}

.heading_content_with_testimonial_section .splide__arrow--prev:hover,
.heading_content_with_testimonial_section .splide__arrow--next:hover {
    color: #5EA4DE;
}

.heading_content_with_testimonial_right_slider .splide__track {
    transition: height 0.5s ease;
}


.heading_content_with_testimonial_section .splide_slide_top {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0 2.5rem;
}

.heading_content_with_testimonial_section .splide_slide_top_content_role,
.heading_content_with_testimonial_section .splide_slide_top_content_name {
    color: #FFFFFF;
    font-size: 1rem;
    display: block;
    line-height: 1.125rem;
}

.heading_content_with_testimonial_section .splide_slide_top_content_name {
    font-weight: 600;
}

.heading_content_with_testimonial_section .splide_slide_top_image {
    width: 4.75rem;
    min-width: 4.75rem;
    height: 4.75rem;
    border-radius: 100%;
    overflow: hidden;
}

.heading_content_with_testimonial_section .splide_slide_top_image img {
    max-width: 100%;
}

.heading_content_with_testimonial_section .splide_slide_bottom {
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .heading_content_with_testimonial_section {
        margin: 5rem 0 6.875rem;
    }

    .heading_content_with_testimonial_section.rmt-0 {
        margin-top: 3.4375rem;
    }

    .heading_content_with_testimonial_section.rmb-0 {
        margin-bottom: 5.5rem;
    }

    .heading_content_with_testimonial_section .heading_content_with_testimonial_left {
        text-align: left;
    }

    .heading_content_with_testimonial_section .heading_content_with_testimonial_right_slide,
    .heading_content_with_testimonial_section .heading_content_with_testimonial_right_cta {
        padding: 0 2.5rem;
    }

    .heading_content_with_testimonial_right_cta {
        margin-top: -0.3125rem;
    }

    .heading_content_with_testimonial_section .splide_slide_top {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .heading_content_with_testimonial_section {
        margin: 6.875rem 0 8.75rem;
    }

    .heading_content_with_testimonial_section.rmt-0 {
        margin-top: 4rem;
    }

    .heading_content_with_testimonial_section.rmb-0 {
        margin-bottom: 6rem;
    }

    .heading_content_with_testimonial_section .heading_content_with_testimonial_left_heading {
        font-size: 2.5rem;
        margin-bottom: 1.125rem;
    }

    .heading_content_with_testimonial_section .heading_content_with_testimonial_right {
        width: calc(50% - 1.25rem);
    }

    .heading_content_with_testimonial_section .heading_content_with_testimonial_left {
        width: calc(50% - 1.25rem);
    }
}

@media (min-width: 1200px) {
    .heading_content_with_testimonial_section {
        margin: 10rem 0 11.625rem;
    }

    .heading_content_with_testimonial_section.rmt-0 {
        margin-top: 5.125rem;
    }

    .heading_content_with_testimonial_section.rmb-0 {
        margin-bottom: 6.375rem;
    }

    .heading_content_with_testimonial_section .heading_content_with_testimonial_left_heading {
        font-size: 3rem;
        margin-bottom: 1.5625rem;
    }

    .heading_content_with_testimonial_section .splide_slide_bottom {
        font-size: 2rem;
    }
}

@media (min-width: 1360px) {
    .heading_content_with_testimonial_section {
        margin: 12.75rem 0 16rem;
    }

    .heading_content_with_testimonial_section.rmt-0 {
        margin-top: 6.375rem;
    }

    .heading_content_with_testimonial_section.rmb-0 {
        margin-bottom: 7.5rem;
    }
}