.footer {
    background-color: #003366;
    color: white;
    padding: 20px 0;
    background: url("../image/background/footer.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.footer .contact-info i {
    margin-right: 10px;
}

.footer img {
    max-width: 80%;
}
