@media only screen and (max-width: 992px) {
    #subheader-blog-artigo {
        padding: 100px 0 40px 0 !important;
    }
}

#subheader-blog-artigo {
    overflow: hidden;
    position: relative;
    padding: 160px 0 120px 0;
}

@media (max-width: 767.98px) {
    .img-responsive-custom {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .img-responsive-custom {
        width: 50% !important;
    }
}