.omt-testimonials-two {
    --iec-testimonial__arrow: var(--wp--preset--font-size--h-4, 32px);
    --iec-testimonial__space-pagination: var(--wp--preset--spacing--50, 40px);
    padding: var(--wp--preset--spacing--80, 64px) 0;
}

.omt-testimonials-two__swiper {
    width: 100%;
    height: 100%;
    max-width: 1100px;
    padding: 0 20px;
    margin-top: var(--wp--preset--spacing--80, 64px);
}

.omt-testimonials-two__wrapper {
    align-items: center;

}

.omt-testimonials-two__heading {
    text-align: center;
}

.omt-testimonials-two__subtitle {
    font-size: var(--wp--preset--font-size--small, 16px);
    line-height: var(--wp--preset--font-size--medium, 18px);
    margin: 0px;
    text-align: center;
    display: block;
}

.swiper-button-prev.omt-testimonials-two__arrow {
    left: 0px;
}

.swiper-button-next.omt-testimonials-two__arrow {
    right: 0;
}

.has-primary-500-background-color .omt-testimonials-two__subtitle, .has-primary-500-background-color .omt-testimonials-two__heading {
    color: var(--wp--preset--color--base, #fff);
}

.omt-testimonials-two__copy {
    font-size: var(--wp--preset--font-size--h-5, 24px);
    line-height: var(--wp--preset--font-size--h-4, 32px);
    margin: 0px;
}

.has-primary-500-background-color .omt-testimonials-two__copy {
    color: var(--wp--preset--color--base, #fff);
}

.omt-testimonials-two__pagination {
    position: relative;
    z-index: 5;
    margin: var(--iec-testimonial__space-pagination) auto 0 auto;
}

.omt-testimonials-two__arrow {
    position: absolute;
    width: var(--iec-testimonial__arrow);
    height: var(--iec-testimonial__arrow);
    top: calc(var(--iec-testimonial__space-pagination) + 40%);
}

.omt-testimonials-two__arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mask-size: auto;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--wp--preset--color--primary-500, #E20613);
}

.omt-testimonials-two__arrow::after {
    content: '' !important;
}

.omt-testimonials-two__arrow.omt-testimonials-two__arrow-next::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.2998 12L3.2998 12" stroke="%234469A7" stroke-width="2"/><path d="M12.2998 21L21.2998 12L12.2998 3" stroke="%234469A7" stroke-width="2"/></svg>');
}

.omt-testimonials-two__arrow.omt-testimonials-two__arrow-prev::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.2998 12L3.2998 12" stroke="%234469A7" stroke-width="2"/><path d="M12.2998 21L3.29981 12L12.2998 3" stroke="%234469A7" stroke-width="2"/></svg>');
}

.omt-testimonials-two__pagination .swiper-pagination-bullet {
    background: var(--wp--preset--color--primary-500, #E20613);
}

.has-primary-500-background-color .omt-testimonials-two__pagination .swiper-pagination-bullet {
    background: var(--wp--preset--color--base, #fff);
}

.omt-testimonials-two__title {
    font-size: var(--wp--preset--font-size--h-5, 24px);
    line-height: var(--wp--preset--font-size--h-4, 32px);
    margin-bottom: var(--wp--preset--spacing--10, 12px);
    text-align: center;
    font-weight: 600;
}

.has-primary-500-background-color .omt-testimonials-two__title {
    color: var(--wp--preset--color--base, #fff);
}

.omt-testimonials-two__heading {
    margin-bottom: var(--wp--preset--spacing--20, 20px);
}

.has-primary-500-background-color .omt-testimonials__sub-title {
    color: var(--wp--preset--color--base, #fff);
    margin-bottom: var(--wp--preset--spacing--40, 32px);
}

.omt-testimonials-two__title-sub {
    text-align: center;
    margin-bottom: var(--wp--preset--spacing--40, 32px);
    color: var(--wp--preset--color--base, #fff);
}

.omt-testimonials-two__card {
    display: flex;
}

.omt-testimonials-two__header {
    width: 30%;
    border-right: 2px solid var(--wp--preset--color--neutral-300, #D9D4D0);
    padding: 0 var(--wp--preset--spacing--30, 24px);
    align-content: center;
}

.omt-testimonials-two__body {
    width: 70%;
    padding: var(--wp--preset--spacing--50, 40px);
}

.omt-testimonials-two__image {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: var(--wp--preset--spacing--30, 24px);
}

.omt-testimonials-two__cta {
    text-align: center;
    margin-top: var(--wp--preset--spacing--30);
}

@media (max-width:992px) {
    .omt-testimonials-two__arrow {
        top: auto;
        bottom: 0;
    }

    .omt-testimonials-two .omt-testimonials-two__pagination {
        margin: -15px 0 0 0;
        left: var(--iec-testimonial__arrow);
        width: calc(100% - var(--iec-testimonial__arrow) - var(--iec-testimonial__arrow));
    }

    .omt-testimonials-two__wrapper {
        margin-bottom: var(--wp--preset--spacing--70, 37px);
    }
}

@media (max-width:767px) {
    .omt-testimonials-two {
        padding: var(--wp--preset--spacing--40, 32px) 0;
    }

    .omt-testimonials-two__header {
        width: 100%;
        padding: var(--wp--preset--spacing--30, 24px);
        border-right: 0;
        border-bottom: 2px solid var(--wp--preset--color--neutral-300, #D9D4D0);
    }

    .omt-testimonials-two__card {
        flex-direction: column;
        align-items: center;
    }

    .omt-testimonials-two__body {
        width: 100%;
        padding: var(--wp--preset--spacing--20, 16px) 0;
    }

    .omt-testimonials-two__image {
        width: 120px;
        height: 120px;
    }

    .omt-testimonials-two__arrow-next {
        right: 0;
    }

    .omt-testimonials-two__arrow-prev {
        left: 0;
    }

    .omt-testimonials-two__arrow::before {
        mask-size: 15px;
    }

    .omt-testimonials-two {
        --iec-testimonial__arrow: var(--wp--preset--font-size--h-2, 64px);
    }

    .omt-testimonials-two-slide {
        padding: 0 15px;
        margin-bottom: var(--wp--preset--spacing--50);
    }

    .omt-testimonials-two__cta {
        margin-top: var(--wp--preset--spacing--90);
    }
}

@media (max-width:575px) {
    .iec-testimonial__copy {
        text-align: center;
    }
}