.landing{
    background-image: url(../images/sofra.jpg);
    height: 30vh;
}

.landing::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.blogs .blog img {
    width: 600px;
    
}
.blogs .blog .para{
    width: 80%;
}
@media(max-width:991px){
    .blogs .blog img {
        width: auto;
    }
    .blogs .blog .para{
        width: 100%;
    }
}