.social-icons {
    display: flex;
    align-items: center;
}

.footer-section .social-icons {
    margin-bottom: 12px;
    justify-content: center;
}

.footer-section .social-icon {
    font-size: 20px;
    color: white;
    margin-right: 30px;
    font-weight: normal;
}

.footer-section .social-icon:last-child {
    margin-right: 0;
}

@media (min-width: 64.063em) {
    .footer-section .social-icons {
        margin: 15px 0 0;
    }
}