/* For devices with a minimum width of 768px (Medium) */
@media screen and (max-width: 768px) {

    .blog-main-title{
        text-align: center;
        font-size: 32px;
    }
    .blog-main-subtitle{
        font-size: 16px;
        text-align: center;
    }
    .top-posts-title{
        font-size: 32px;
    }

    .highlighted-txt {
        margin: 10px 0;
        padding: 20px;

    }

    .table-controls {
        .dots-container{
            display: none;
        }
    }

    .single-post  .breadcrumbs-container{
        display: block;
    }
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (max-width: 992px) {

}