.social-icons-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.social-icons-container .social-icons .social-icon-item {
    height: 24px;
    width: 24px;
    margin-right: 28px;
}

.social-icons-container.social-light svg path{
    fill: #fff;
}
.navbar.navbar-dark .youtube-social svg path:last-child{
    fill: #0064FF;
}

@media (max-width:1024px) {
      .social-icons-container {
        justify-content: center;
    }

    /*.nav-footer .social-icons {
        width: 100%;
        justify-content: space-between;
        text-align: center;
        padding-inline: 48px;
    }*/
}
