
@media (max-width: 1200px) {
    .recent-testimonial-item{
        width: calc(50% - 20px);
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .site-main-content{
        width: 100%;
        display: block;
    }
    .recent-testimonial-item{
        width: 100%;
        max-width: unset;
    }
    table{
        width: 100%;
    }
    table tbody tr{
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    table tbody tr td{
        width: 100%;
    }
    img{
        max-width: 100%;
    }
    .quikvue table tbody tr td img{
        padding:0px;
    }
    .float-img{
        float:none !important;
        width: 100% !important;
    }
    .pc-fix-height{
        height: unset !important;
    }
}