@media only screen and (max-width: 900px) {
    .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;
    }

    #mobile {
        display: block !important;
    }

    #desktop {
        display: none !important;
    }

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

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

    .mobile-ft {
        margin-bottom: 20px !important;
    }
    .banner-box{
        display: none !important;
    }
}
