footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #16124C;
    color: white;
    padding: 16px 32px;
}

.footer-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.footer-social-media {
    display: block;
    font-size: 1.5em;
}
.footer-social-media a {
    margin-left: 16px;
}
.footer-social-media i {
    color: white;
}

.form-contact-info {
    margin: 0 16px;
    font-weight: 300;
    line-height: 1.5em;
}


.form-contact-info a {
    position: relative;
    font-weight: 500;
}

.form-contact-info a:hover::after {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    background-color: white;
    height: 2px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .footer-social-media {
        display: block;
        font-size: 1em;
    }
    .form-contact-info {
        font-size: 1em;
    }
}
