footer {
    clear: both;
    padding: 50px 10px;
    min-height: 8vh;
    position: relative;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

#footer-info, #footer-contact {
    display: flex;
    font-weight: 700;
    font-size: 0.95rem;
}

#footer-info {
    margin-bottom: 40px;
}

#footer-info div {
    padding: 0 15px;
    text-align: center;
    line-height: 1.5;
}

#footer-info div img {
    width: 50px;
}

#footer-info div h4 {
    margin: 20px 0 0 0;
}

#footer-contact div {
    width: 100%;
}

#footer-contact ul {
    clear: both;
}

#footer-contact ul li {
    list-style: none;
    float: left;
    width: 30%;
    height: 60px;
    padding: 0 10px;
}

#footer-contact ul:first-of-type li {
    margin-bottom: 30px;
}

#footer-contact ul li img {
    max-width: 100%;
    max-height: 72px;
}

#footer-contact ul li.logo {
    display: none;
}

#footer-contact ul li:last-of-type {
    width: 70%;
    text-align: left;
}

#footer-contact ul li span.eml, #footer-contact ul li span.tel {
    margin: 0 0 15px 0;
    padding-left: 32px;
    display: block;
    background-position: left top;
    height: 24px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    word-break: break-all;
}

#footer-contact ul li span.eml {
    background-image: url('../images/logo_footer_eml.png');
}

#footer-contact ul li span.tel {
    background-image: url('../images/logo_footer_tel.png');
}

#footer-contact a {
    color: #fff;
}

#footer-contact a:hover, #footer-contact a:active, #footer-contact a:focus {
    text-decoration: underline;
}

@media screen and (min-width: 640px) {
    #footer-info, #footer-contact {
        align-items: center;
    }

    #footer-contact ul li {
        text-align: center;
        width: 25%;
    }

    #footer-contact ul li.logo {
        display: block;
    }

    #footer-contact ul li:last-of-type {
        width: 50%;
    }

    #footer-info div img {
        width: 100px;
    }
}

@media screen and (min-width: 768px) {
    footer {
        padding: 50px 40px;
    }

    #footer-info, #footer-contact {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1024px) {
    footer {
        padding: 60px 40px;
        display: flex;
        align-items: center;
    }

    #footer-info, #footer-contact {
        width: 50%;
    }

    #footer-info {
        border-right: 1px #ccc solid;
        margin-bottom: 0;
    }

    #footer-info div h4 {
        margin: 30px 0 0 0;
    }

    #footer-info div {
        padding: 0 25px;
    }

    #footer-contact ul li span.eml, #footer-contact ul li span.tel {
        padding-left: 50px;
        background-size: 24px 24px;
        word-break: initial;
    }
}

@media screen and (min-width: 1152px) {
    footer {
        padding: 80px 40px;
    }

    #footer-info, #footer-contact {
        padding: 0 30px;
    }

    #footer-info div h4 {
        margin: 40px 0 0 0;
    }
}
