.testimony {
    overflow: hidden;
    margin: 88px auto;
}

@media screen and (min-width: 992px) {
    .testimony {
        margin: 144px auto;
    }
}

.testimony .container {
    position: relative;
}

@media screen and (min-width: 992px) {
    .testimony .container {
        display: flex;
        height: 510px;
    }
}

.testimony__title {
    flex-basis: 53%;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .testimony__title {
        text-align: left;
    }
}

.testimony__title h2 {
    margin-top: 8px;
}

@media screen and (min-width: 992px) {
    .testimony .owl-carousel .owl-stage-outer {
        position: absolute;
        left: 33px;
    }
}

.testimony .owl-carousel .owl-stage-outer article {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .testimony .owl-carousel .owl-stage-outer article {
        width: 336px;
        margin-top: 0;
    }
}

.testimony .owl-carousel .owl-stage-outer article img {
    object-fit: cover;
    width: 100%;
    height: 157px;
}

@media screen and (min-width: 600px) {
    .testimony .owl-carousel .owl-stage-outer article img {
        height: 300px;
    }
}

@media screen and (min-width: 992px) {
    .testimony .owl-carousel .owl-stage-outer article img {
        height: 157px;
    }
}

.testimony .owl-carousel .owl-stage-outer article h3 {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 24px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 992px) {
    .testimony .owl-carousel .owl-stage-outer article h3 {
        font-size: 32px;
        line-height: 38px;
        text-align: left;
    }
}

.testimony .owl-carousel .owl-stage-outer article p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 992px) {
    .testimony .owl-carousel .owl-stage-outer article p {
        text-align: left;
    }
}

.testimony .owl-carousel .owl-stage-outer article .btn {
    margin: 24px auto;
    max-width: fit-content;
}

@media screen and (min-width: 992px) {
    .testimony .owl-carousel .owl-stage-outer article .btn {
        margin: 40px 0 0 0;
    }
}

.testimony .owl-carousel .owl-stage-outer article .btn::after {
    content: url("../../../../../../themes/appo/resources/images/play-button.svg");
}

.testimony .arrow {
    margin-top: 40px;
}

@media screen and (min-width: 992px) {
    .testimony .arrow {
        position: absolute;
        top: 27%;
    }
}