/* Footer */
.footer {
    background-color: #095b96;
}
.footer-link {
    color: #fff;
    text-decoration: none;
}
.footer-link:hover {
    text-decoration: underline;
}
.footer-social-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.footer-contact-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
