.brands-icons {
    width: 100px;
    height: 100px;
    margin: auto;
}

.footer-container {
    background-color: #00538c;
    padding: 30px 0;
    min-height: 400px;
}


.footer-container .smile-up {
    top: -1px;
    bottom: initial;
}

.footer-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}


.footer-badges {
    max-width: 90px;
    width: 100%;
    display: block;
    margin: auto;
}

.badge-container, .footer-icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.footer-badges-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    height: 100%;
}

.footer-text {
    font-size: 12px;
}

.footer-icons {
    width: 25px;
    height: 30px;
}

.footer-links {
    text-decoration: none;
    color: #ffffff;
}

.footer-links:hover {
    text-decoration: none;
    color: #ffffff;
}

.contact-info .footer-links {
    color: #000;
}

.contact-info .footer-links:hover {
    color: #000;
}

.footer-social {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 12px;
    border-radius: 4px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.facebook {
    padding: 10px 15px;
}

.footer-social .fab {
    font-size: 17px;
}

.footer-social:hover {
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media screen and (max-width: 576px) {
    .footer-badges-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 320px;
        margin: auto;
        text-align: center;
    }

    .footer-badges {
        max-width: 100px;
    }

    .footer-contact-details {
        max-width: 320px;
        margin: auto;
    }
}