.row{
  display:flex;
  flex-wrap: wrap;
}

.container{
  width: 80%;
}

@media screen and (max-width: 900px) {
  .info_section .info_top .social_box {
    display: flex;
    flex-direction: column;
  }
}
