/*
Theme Name: Newspaper Child
Template: Newspaper
*/

.d-none {
    display: none;
}

@media (max-width: 575px) {

}

@media (min-width: 576px) {
    .d-sm-block {
        display: block;
    }
    .d-sm-none {
        display: none;
    }
}

#header-banner .wp-block-image,
#header-banner .widget {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
