@media (min-width: 376px) and (max-width: 600px) {
    .contact-info-item .content .text {
        font-size: 20px;
    }
    .testimonials .item .info .author-img {
        width: 130px !important;
        height: 130px !important;
        border-radius: 50%;
        float: left;
        overflow: hidden;
        margin-right: 20px;
        position: absolute;
        left: 50% ;
        top: 135px !important;
        transform: translateX(-50%);
    }
    .testimonials .item .info .cont {
        margin-top: 145px;
        text-align: center;
        top: 62px;
    }
    .testimonials .item .info .cont {
        margin-left: 0 !important;
    }
}
