.mobile-email {
    padding-left: 0;
}
.header-phone {
    color: #ffffff;
}
.banner {
    background-image: url('../../home/img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 248px;
    width: 100%;
}
.footer {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
    .footer__contact__title h2 {
        font-size: 29px;
    }
    .footer__contact {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .banner {
        margin-top: 80px;
    }
    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #fff;
    }
}
