.col-4{
   width: 20px;
}
.flex{
   display: flex;
   flex-direction: row;
   gap: 100px;
}
@media screen and (max-width: 850px){
   .flex{
      display: flex;
      flex-direction: column;
      align-items: center;
   }
   .footer__social{
      padding-left: 0;
   }
}