h2{
  margin-top: 60px;
}
@media (max-width: 768px) {
  h2{
    margin-top:20px;
  }
}