.flag-logobox-left {
  z-index: 1;
}
@media only screen and (max-width: 759px) {
  .flag-logobox-left .social-blue:last-child {
    margin-top: 10px
  }
}
/* Footer */
.socialLeftIcons {
    width: 106px;
}
.socialCGFooterIcons {
    filter: invert(1) grayscale(1) brightness(2);
}
@media only screen and (max-width: 700px) {
    .socialLeftIcons {
        width: 20%;
        margin: 5px auto 10px auto;
        width: 106px;
    }
}