.blog-page-img {
    margin-top: 50px;
    height: 32vw;
    width: 100%;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-page-description{
    margin-top: 50px;
    font-size: 1.4em;
    
}
.blog-page-bt{
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {


    .blog-page-img {
        margin-top: 50px;
        height: 50vw;
        width: 100%;
        
        background-repeat: no-repeat;
        background-size: cover;
    }
}