.social-icons {
    display: flex;
    align-items: center;
}

.footer-section .social-icons {
    justify-content: center;
    margin-bottom: 30px;
}

.footer-section .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--dark-blue-bg);
    color: #a38992;
    font-size: 22px;
    margin-right: 10px;
    text-decoration: none !important;
    font-weight: 500;
}

.footer-section .social-icons .social-icon:last-child {
    margin-right: 0;
}

@media (min-width: 40.063em) {
    .footer-section .social-icons {
        margin-bottom: 0;
    }
}

@media (min-width: 64.063em) {
    .footer-section .social-icons {
        margin-bottom: 30px;
    }
}