@media screen and (min-width: 600px) {
  
  .header-spacing-1 {
    margin-top: 125px;
  }
  .custom-heading-1{
    font-family: "Roboto";
    font-weight: bold;
    font-size: 60px;
    line-height: 1.1em;
  }
}

