.carousel-mdw-testimony .title-slider {
	margin-bottom:40px;
}

.carousel-mdw-testimony .testimony-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 2px solid #f0f0f0;
    min-height: 350px;
    padding-top: 80px;
}

.carousel-mdw-testimony .testimony-body {
    font-style: italic;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.carousel-mdw-testimony .testimony-author p {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.carousel-mdw-testimony .testimony-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-mdw-testimony .testimony-body p {
    width: 80%;
}

.owl-carousel.carousel-mdw-testimony .testimony-rate {
    position: absolute;
    top: 15px;
    display: flex;
    flex-direction: row;
}

.owl-carousel.carousel-mdw-testimony .testimony-rate img {
    width: auto;
    margin-left: 10px;
}

.owl-carousel.carousel-mdw-testimony .testimony-rate img.star{
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

.owl-carousel.carousel-mdw-testimony .testimony-rate img:first-child {
    margin-right: 20px;
}

.owl-carousel .owl-stage {
    display: flex !important;
    justify-content: space-around !important;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
}

.owl-carousel .owl-item {
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (min-width: 1200px) {
    .owl-stage-outer {
        display: flex;
        justify-content: center;
    }
}