@media screen and (min-width: 1199px) {
    .b-site-info-header__logo img {
        max-width: 12rem;
    }
}

.block-type-site-info-socials .b-socials__phone {
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .block-type-site-info-socials .b-socials__phone {
        flex-direction: row;
    }
}