.section {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 10px;
  }
}


