

@media only screen and (max-width:1366px){	
.meet-authors-block a {
    display: block;
    width: fit-content;
}



}

@media only screen and (max-width:767px) and (min-width:320px){	
.meet-authors-block a {
    display: block;
    width: fit-content;
}

.meet-authors-block h2 {
    margin-top: 10px;
}

.testimonial-slider-block .swiper-pagination {
    bottom: 0 !important;
}

}