.social-icons,
.social-icons > div {
    display: flex;
}

.header-section .social-icons {
    margin-right: 15px;
}

.header-section .social-icons a {
    color: white;
}

.header-section .social-icons .social-icon {
    margin-right: 15px;
    font-size: 14px;
}

.mobilenav .social-icons {
    justify-content: center;
}

.mobilenav .social-icons .social-icon {
    border: 1px solid #484849;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.mobilenav .social-icons .social-icon:last-child {
    margin-right: 0;
}

.mobilenav .social-icons .social-icon a {
    color: #484849;
}

.footer-section .social-icons .social-icon {
    border: 1px solid white;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.footer-section .social-icons .social-icon a {
    color: white;
}

.footer-section .social-icons .social-icon a i {
    font-family: 'FontAwesome';
}

@media (max-width: 641px) {
    .social-icons {
        margin-bottom: 15px;
    }
    .footer-section .social-icons .social-icon {
        margin-right: 12px;
    }
}
