.container{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  font-family:'poppins',sanserif;
}
.social{
 background:#3b5998;
  width:180px;  
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center; 
  color:#ffff;
  border-radius:10px;
  margin:5px;
}
.icon{
  padding:20px 5px;
}
.desc{
  display:flex;    
  justify-content:center;
  align-items:center;  
  background:#ddff;
  color:#000;  
  padding:10px 0px;
  width:100%;
  height:55px;
   border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.count, .sub{ 
  display:flex;
  flex-direction:column;
  padding:10px;
  text-align:center;
  font-size:16px;
  font-weight:bold;  
}
.tit{
  font-size:14px;
  font-weight:300;
  color:#444;
  padding-top:5px;
}
.insta{
  background:#00aced;
}
.link{
  background:#0077B5;
}

@media(max-width:768px){
.container {   
    margin: 10px 80px;
}
  .social {
    width: 100%;
    margin: 15px;
}
}
