@media only screen and (min-width : 951px) and (max-width : 1072px){

    .home-container{
        width: 100%;
        height: 600px;
    }
    .blog-slider{
        height: 700px;
        overflow: auto;
    }

    .footer p{
        text-align: center;
    }
    
}