.footer_social_ct .header_element_mail,
.footer_social_ct .header_element_phone {
display: none;
}
.footer_social_ct {
display: flex;
flex-direction: column;
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 {
justify-content: center;
align-items: center;
}
}
@media all and (max-width: 700px) {
.footer_social_ct {
width: 50%;
}
}