.header_links.-desktop {
display: none;
}
.footer_links_new {
display: none;
}
.social-buttons {
display: flex;
margin-right: 15px;
justify-content: center; 
align-items: center; 
gap: 10px; 
}
.social-button {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 20%;
text-decoration: none; 
color: #333; 
transition: background-color 0.2s ease; 
}
.social-button:hover {
background-color: #ddd; 
}
.social-button i {
font-size: 22px;
}
.instagram {
color: white;
}
.whatsapp {
color: white;
}
.phone {
color: white;
}
@media (max-width: 979px) {
.footer_links_new {
display: flex;
}
.footer_links_new li {
list-style: none;
}
.header {
height: 60px;
position: fixed;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.95);
z-index: 100;
padding: 0 40px 0 25px;
-webkit-box-shadow: none;
box-shadow: none;
}
}
@media (min-width: 980px) {
.post_container {
justify-content: space-between;
}
.post_images {
width: 58%;
flex-grow: 0;
}
.post_images_item img {
width: 100% !important;
}
}