.social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-section .social-icons {
    padding: 12px;
    background-color: #e7e7e7;
    justify-content: space-around;
}

.header-section .social-icon {
    font-size: 18px;
    color: #2c2c2c;
    margin-right: 20px;
}

.header-section .social-icon .custom-blog {
    font-family: "trade-gothic-next";
    color: white;
    padding: 3px 7px 5px;
    border-radius: 24px;
    background-color: #2c2c2c;
    font-style: normal;
    font-size: 10px;
    line-height: 28px;
}

.header-section .social-icons .social-icon:last-child {
    margin-right: 0;
}

.footer-section .social-icons {
    justify-content: center;
    margin-bottom: 20px;
}

.footer-section .social-icon {
    color: white;
    margin-right: 15px;
    font-size: 18px;
}

.footer-section .social-icons .social-icon:last-child {
    margin-right: 0;
}

.footer-section .social-icon .custom-blog {
    font-family: "trade-gothic-next";
    color: #303d6b;
    padding: 3px 7px 5px;
    border-radius: 24px;
    background-color: white;
    font-style: normal;
    font-size: 10px;
    line-height: 40px;
}

@media (min-width: 40.063em) {
    .footer-section .social-icons {
        justify-content: flex-start;
    }

    .footer-section .social-icon {
        font-size: 22px;
        margin-right: 25px;
    }
}

@media (min-width: 64.063em) {
    .footer-section .social-icons {
        width: 90%;
        justify-content: space-between;
    }

    .footer-section .social-icon {
        font-size: 24px;
    }
}