.testimonials {
    padding: 81px 0;
}

.testimonials h2 {
    margin-bottom: 42px;
}


.testimonial-video-wrapper {
    width: 100%;
    height: 465px;
    object-fit: cover;
    position: relative;
}

.testimonial-video-wrapper img.video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-item {
    margin: 0 16px;
}

.testimonial-text {
    background: url('../../../library/images/text-bg.svg') top left / cover no-repeat;
    padding: 80px 21px 30px 17px;
    border-bottom: 1.5px solid #BCBCBF;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    filter: drop-shadow(0 1px 14px rgba(26, 26, 26, 0.06));
}

.testimonial-text .testimonial-auth {
    margin: 18px 0 0px 0;
    font-size: 23px;
    line-height: 28px;
    font-family: 'Radikal-Black', sans-serif !important;
}

.testimonial-text .testimonial-company {
    font-size: 18px;
    line-height: 23px;
}

.testimonial-text p {
    font-size: 13px;
    line-height: 18.352px;
    margin: 5px 0 12px 0;
}


.testimonial-video-wrapper .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.testimonial-video-wrapper .video-overlay .play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

p.testimonial-author {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 38px;
    padding: 7px 8px 9px 8px;
    text-align: center;
}

.ctas {
    margin-top: 56px;
}

.ctas a {
    min-width: 336px;
    justify-content: center;
    margin: 16px auto 0 auto;
}

.testimonial-text .d-flex {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.testimonial-text .d-flex span {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.09px;
}

.industries .testimonials {
    padding-top: 0 !important;
}

@media only screen and (min-width : 992px) {
    .testimonial-text {
        min-height: 350px;
    }

    .testimonial-slider .slick-track {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width : 992px) {

    .testimonial-slider .slick-list:before,
    .testimonial-slider .slick-list:after {
        display: none;
    }

    .testimonial-text {
        background: var(--black);
        padding: 15px 21px 30px 25px;
        margin-top: 50px;
        border-radius: 2.624px 2.624px 3.624px 44.613px;
    }

    .testimonial-text:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 52px;
        background: url('../../../library/images/text-bg-mobo.svg') left / contain repeat;
        top: -44px;
        left: 0;
    }

    .testimonial-text h5,
    .testimonial-text h6,
    .testimonial-text p,
    .testimonial-text span {
        color: var(--white);
    }

    .testimonial-text p {
        margin: 15px 0 10px 0;
    }

    .testimonial-text .testimonial-company {
        font-size: 16px;
        margin-top: 0;
    }

    .testimonial-text h5 {
        margin: 25px 0 7px 0;
        font-size: 23.619px;
        line-height: 20.994px;
    }

    .testimonial-text h6 {
        font-size: 14px;
    }

    .testimonial-text a.read-more,
    .testimonial-text a.read-more span {
        color: var(--yellow);
    }

    .testimonial-text a.read-more svg path {
        fill: var(--yellow);
    }

    .testimonial-video-wrapper .video-overlay .play-btn {
        height: 90%;
    }

    .testimonial-video-wrapper .video-overlay .play-btn img {
        width: 80px;
    }

    .testimonial-text .post-on {
        position: absolute;
        right: 10px;
        bottom: 11px;
    }
}

@media only screen and (max-width : 650px) {
    .testimonial-video-wrapper {
        height: 365px;
    }

    p.testimonial-author {
        font-size: 22px;
    }
}