.hp_spacing {
  letter-spacing: normal !important;
  margin-bottom: 15px;
}

.skinny-link {
  color: #333;
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .heromod-desktop-hide {
    display: none; /* Hide elements when screen size is 600 pixels or more */
  }
  .heromod-mobile-hide {
    display: block; /* show elements when screen size is 600 pixels or more */
  }
  .marg20hp {
    margin-right:20%;
  }
  .margleft10hp {
    margin-left:10%;
  }
  .heromod-desktop-font {
    font-weight: 400!important;
  }
  .hero-mod-mt-12{
    margin-top: 12px!important;
  }
}

@media screen and (max-width: 600px) {
  .heromod-mobile-bf-font {
    font-size: 28px !important;
    font-weight: 400!important;
  }
  .heromod-mobile-font {
    font-size: 32px !important;
  }
  .heromod-mobile-hide {
    display: none; /* Hide elements when screen size is 600 pixels or less */
  }
  .heromod-desktop-hide {
    display: block; /* show elements when screen size is 600 pixels or less */
  }
  .box-mobile-only-row {
    height: 680px!important;
  }
  .box-mobile-only {
    height: 600px!important;
  }
}
