/*
Theme Name: EDM Child
Theme URI: https://example.com/edm-child/
Description: Child theme for the EDM theme
Author: Your Name
Author URI: https://example.com
Template: edm
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edm-child
*/

@media (max-width: 767px) {
    .banner-img img {
        max-width: 100% !important;
    }
    .banner {
     min-height: auto !important;
    }
}

.fa, .fas {
    font-family: 'FontAwesome' !important;
}