.statistics-image-text__content p {
    margin: 0 0 0.625rem;
}

.statistics-image-text__image {
    height: 22.25rem;
    width: calc(100% - 5.375rem);
    margin: 1.875rem -1.375rem 0 auto;
}

.statistics-image-text__image img {
    object-position: bottom right;
}

.statistics-image-text__wrapper {
    position: relative;
}

.statistics-list {
    position: absolute;
    left: 0;
    bottom: 1.875rem;
    width: calc(100% - 9.375rem);
    text-align: center;
}

.statistics-col {
    background: var(--blue);
    padding: 0.9375rem 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

.statistics-col h3 {
    font-size: 1.25rem;
    font-weight: normal;
    color: var(--white);
    margin: 0;
}

.statistics-col p {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.333em;
}

.statistics-list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.statistics-image-text__content {
    padding-top: 3.125rem;
}

.statistics-image-text + .bg-light-blue, 
.statistics-image-text + .bg-dark-blue {
    margin-top: 6.25rem;
}



@media(min-width: 768px) {
    .statistics-image-text__image {
        height: 20.3125rem;
        width: calc(100% - 14.875rem);
        margin: -4.125rem -3.25rem 0 auto;
    }

    .statistics-image-text__content .btn {
        margin: 1.25rem 0 0;
    }

    .statistics-image-text__content p {
        line-height: 2.176em;
    }

    .statistics-col p {
        font-size: 0.875rem;
        line-height: 1.142em;
    }

    .statistics-list {
        flex-direction: row;
        gap: 2rem;
        bottom: 4.6875rem;
        width: 100%;
    }

    .statistics-col {
        width: 12.5rem;
        padding: 2.0625rem 1.125rem;
    }

    .statistics-col h3 {
        font-size: 2rem;
        margin: 0 0 0.5rem;
    }

    .statistics-image-text__content {
        padding-top: 4.6875rem;
    }

}


@media(min-width: 1200px) {
    .statistics-image-text__wrapper {
        position: unset;
    }

    .statistics-image-text {
        position: relative;
    }

    .statistics-list {
        flex-direction: row;
        gap: 2rem;
        bottom: 0;
        width: 100%;
        position: relative;
        margin: 3.125rem 0 0;
    }

    .statistics-image-text__image {
        width: calc(43% - 1.6875rem);
        height: calc(100% - 3.125rem);
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .statistics-image-text__content {
        padding: 7.5rem 0 0;
        width: calc(50% - 1.875rem);
    }

    .statistics-col h3 {
        font-size: 4.6875rem;
        margin: 0 0 0.5rem;
    }

    .statistics-col p {
        font-size: 1.125rem;
        line-height: 1em;
    }

    .statistics-col {
        width: 100%;
        padding: 3.125rem 1.125rem;
    }

    .statistics-image-text__content h2 {
        margin: 0 0 0.3125rem;
    }
}

@media(min-width: 1600px) {
    .statistics-image-text__content {
        padding: 10.9375rem 0 0;
        width: calc(43% - 1.875rem);
    }

    .statistics-list {
        gap: 3.125rem;
        width: calc(100% - 19.0625rem);
    }


}


.testimonial-slider {
    background: var(--light-blue);
    padding: 1.875rem 2rem 3.125rem;
    margin: 0 0 1.625rem;
}

.testimonial-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.testimonial-slider .slick-slide {
    vertical-align: top;
}

.testimonial-item__top {
    height: 13.375rem;
    margin: 0 0 1.875rem;
    overflow: hidden;
}

.testimonial-item__top p {
    line-height: 2.176em;
    font-size: 1.0625rem;
}

.testimonial-item__bottom h4 {
    color: var(--dark-blue);
    margin: 0 0 0.75rem;
    font-size: 1.25rem;
}

.testimonial-item__bottom h5 {
    color: var(--primary);
    font-size: 1.125rem;
    font-weight: normal;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-family: var(--font-graphiksemibold);
    margin: 0;
    line-height: 0.888em;
}

.testimonial-slider-area {
    margin: 0 0 3.625rem;
}

.statistics-image-text--inner .statistics-image-text__content {
    text-align: center;
    margin: 0 0 1.25rem;
}

.testimonial-slider .slick-arrow {
    bottom: -1.625rem;
    height: 3.3125rem;
}

.testimonial-slider .slick-next {
    margin-left: 3.375rem;
}

.testimonial-slider .slick-prev {
    margin-left: -3.375rem;
}

.statistics-image-text--inner .statistics-image-text__image {
    width: calc(100% - 2.4375rem);
}

@media(min-width: 768px) {
    .statistics-image-text--inner .statistics-image-text__image {
        width: calc(100% - 22rem);
        position: absolute;
        right: -3.25rem;
        bottom: 5.9375rem;
        margin: 0;
        height: calc(100% - 27.6875rem);
        max-height: 35rem;
    }

    .statistics-image-text--inner .statistics-list {
        bottom: 0;
        position: relative;
    }

    .testimonial-slider-area {
        width: calc(100% - 12.625rem);
        position: relative;
        z-index: 1;
    }

    .testimonial-item__top {
        height: 10.875rem;
        margin: 0 0 1.25rem;
    }

    .statistics-image-text--inner .statistics-image-text__content {
        margin: 0 0 3.75rem;
    }
}

@media(min-width: 1200px) {
    .statistics-image-text--inner .statistics-image-text__image {
        width: calc(50% - 7.625rem);
        position: absolute;
        right: 0;
        bottom: unset;
        margin: 0;
        height: calc(100% - 10.375rem);
        max-height: unset;
    }

    .statistics-image-text--inner .statistics-image-text__wrapper {
        margin: 0 auto;
        max-width: 92.9375rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 9.375rem 0 0;
    }

    .statistics-image-text--inner .statistics-image-text__content {
        padding: 0;
        width: calc(45% - 0.625rem);
        text-align: left;
        margin: 0;
    }

    .testimonial-slider-area {
        width: calc(51% - 1.875rem);
        position: relative;
        margin: 0;
        z-index: 1;
    }

    .statistics-image-text--inner .statistics-list {
        margin: 2.5rem 0 0;
    }

    .testimonial-slider {
        padding: 1.875rem 3.125rem 3.75rem;
        margin: 0 0 1.625rem;
    }
}

@media(min-width: 1600px) {
    .testimonial-item__top {
        margin: 0 0 1.875rem;
    }

    .testimonial-slider {
        padding: 3.125rem 3.625rem 6.5625rem;
        margin: 0 0 1.625rem;
        min-height: 26.25rem;
    }

    .statistics-image-text--inner .statistics-list {
        gap: 3.125rem;
        width: 100%;
        margin: 3.125rem auto 0;
    }

    .statistics-image-text--inner .statistics-image-text__wrapper {
        width: calc(100% - 18.25rem);
    }

    .statistics-image-text--inner .statistics-image-text__content {
        padding: 0;
        width: calc(45% - 1.875rem);
    }

    .testimonial-slider-area {
        width: calc(51% - 2.0625rem);
        position: relative;
        z-index: 1;
    }

    .statistics-image-text--inner .statistics-image-text__image {
        height: calc(100% - 10.375rem);
        width: calc(50% - 10.75rem);
    }
}