#blogpost-section img{
    border-radius: 20px;
}

.post-button{
    transition: all .3s ease-in-out;
}
.post-button:hover{
    background: #212529 !important;
    color: #E0E7E1 !important;
}

.articles-counter{
    top: -18%;
}

@media screen and (max-width:1199px){
    .articles-counter{
        top: -24%;
    }
}

@media screen and (max-width:991px){
    .articles-counter{
        top: -7%;
    }
}