body .channel-box{
  margin-top:80px;
}
@media (max-width:767px){
  body .channel-box{
    margin-top:10vw;
  }
}