@media only screen and (max-width: 900px) {
    .desktop {
        display: none !important;
    }

    .slider-body {
        display: none;
    }

    .blog-post .blog-avatar {
        width: 120px;
        height: 120px;
        float: left;
    }

    .blog-post .blog-content {
        width: calc(100% - 120px);
        height: 120px;
    }

    .blog-post {
        height: 140px;
    }

    .blog-description {
        display: none;
    }

    .blog-post .blog-content h2 {
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .owl-nav button.owl-prev {
        left: 10px;
    }

    .button-call-single .col-padding a p {
        font-size: 13px;
    }

    .owl-nav button.owl-next {
        right: 10px;
    }

    .product-info {
        margin-top: 30px !important;
    }

    .button-call-single .col-padding a h2 {
        font-size: 15px;
    }

    .product-main {
        padding-bottom: 0px !important;
    }
    .footer-top {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

}
