@media  (max-width: 1024px){

    .ee-post-title, .ee-post-title h1 { font-size: 12px !important }
    
    .ee-post-content p,
    .ee-post-content h2,
    .ee-post-content h3,
    .ee-post-content h4,
    .ee-post-content h5,
    .ee-post-content h6,
    .ee-post-content li {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .ee-header, .smart-head-row, .header-lg  {
        height: 40px !important ;
    }
    .ee-header img  {
        max-height: 35px !important ;
    }
}

/* 
.smart-head-mid.s-dark, .s-dark .smart-head-mid {
    background: white;
} */


@media (max-width: 767px) {
    .ee-header .logo-image {
        padding: 0px !important;
        max-height: 30px !important;
    }

    .ee-header .items-center:not(.empty) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}