html{
    font-size: 16px;
}
body {
    font-size: 14px;
}
@media (max-width: 767px) {
    h1, .banner-slider .bx-wrapper .bx-viewport .bxslider .caption h1 {
        line-height: 0 !important;
    }
    footer h1 {
        line-height: 1.2 !important;
    }
}
