body .about-box{
  margin-top: 56px
}
@media (max-width:767px){
  body .about-box{
    margin-top:8vw;
  }
}