.socials-container{margin-left:0;width:auto}.social-row{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;justify-content:space-between}.social-column{display:flex;flex-direction:column;flex-basis:100%;flex:1}.social-column .social{display:flex;flex-direction:row;margin:10px 0px}.social a{display:flex;flex-direction:row;align-items:center;text-decoration:none;color:inherit}.social img{width:40px;height:40px;margin-right:5px}.social .text{text-transform:uppercase;font-size:20px;border-bottom:1px solid #54575b;font-weight:500;color:var(--main-txt-color);margin-right:30px !important}@media(max-width:768px){.socials-container{flex-direction:row;height:fit-content;justify-content:flex-start;margin:20px 0;width:150px}.socials-container .social .text{font-size:16px;display:none;margin-right:5px !important}.socials-container .social img{width:25px;height:25px}.socials-container .social-column{display:flex;flex-direction:row;flex-basis:auto}.socials-container .social-row{justify-content:flex-start}