.testimony-box {
    height: 450px;
    border-radius: 2%;
}

@media screen and (max-width: 900px){
    .testimony-box {
        height: 400px;
    }
}

.testimony-image {
    filter: saturate(0) brightness(3);
}

.owl-next-btn,
.owl-prev-btn {
    opacity: 0.5;
}

.owl-next-btn:hover,
.owl-prev-btn:hover {
    opacity: 1;
}

.box-blue {
    background-color: #4DA6D6;
}

.box-purple {
    background-color: #7D7AA1;
}

.box-orange {
    background-color: #F7A37C;
}

.testimony-box p {
    text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.owl-carousel .owl-item img {
    width: auto !important;
    height: 75px;
}