@media(max-width: 980px) {
    section.construction .blocks-holder.two .left {
        display: none;
    }
    section.construction .blocks-holder.two .left.bottom {
        display: block;
    }
    section.construction .blocks-holder {
        margin: 0px auto;
    }
}



@media(max-width: 480px) {
    .wrapper.fixed {
        height: 10px;
    }
    section.construction .blocks h3 {
        margin: 0;
    }
    
    section.construction .blocks-holder .left,
    section.construction .blocks-holder .right {
        width: 100%;
        padding: 10px 0;
    }
   
    section.construction .blocks-holder .blog-holder .blog-date {
        width: 35%;
        padding: 10px 0;
    }
    section.construction .blocks-holder .blog-holder .blog-links {
        width: 100%;
        font-weight: 500;
        padding: 10px 0;
    }
}

@media(max-width: 320px) {
    .mobile-head .mobile-nav {
        width: 25%;
    }
}