/**
 * Theme Name: Simul WP Child New Morf Theme
 * Template:   simul-wp-theme
 * ...other header fields
 */
@media screen and (max-width: 768px) and (min-width: 481px) {
    .we-love-local-section {
        margin-bottom: 44% !important;
    }
}
@media screen and (max-width: 991px) {
    .blog-section.blog-list-section .wp-block-query {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}