
.themobilsocials{
display:flex;
align-items:center;
justify-content:center;
padding-top:50px;
}


.thesocial{
margin-left:40px;
margin-right:40px;
font-size:13px;
letter-spacing:1px;
}


.thesocial a{
display:flex;
align-items:center;
text-decoration:none;
color:black;
}

.thesocial img{
width:12px;
  margin-left:5px;
}


@media screen and (min-width:750px){
 .themobilsocials{
display:none;
} 
}  