.footer_social_ct .header_element_mail,
.footer_social_ct .header_element_phone {
display: none;
}
.footer_social_ct {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 33%;
}
@media all and (max-width: 800px) {
.footer_social_ct {
width: 40%;
}
}
@media all and (max-width: 768px) {
.footer_social_ct {
width: 100%;
}
.footer_social_ct {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media all and (max-width: 700px) {
.footer_social_ct {
width: 50%;
}
}