@media only screen and (min-width: 1069px) {
  .section-hearing-test {
    margin-top: 100px;
  }

  .section-hearing-protection .grid-item-decibels .icon-before::before {
    margin-top: -30px;
    left: 0;
  }

  .section-hearing-protection .grid-item-decibels .tile-content {
    padding-bottom: 139px;
  }

  .section-hero .section-header {
    bottom: -15%;
  }

}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .section-hearing-protection .grid-item-decibels .icon-before::before {
    margin-top: -22px;
    left: 0;
  }

  .section-hearing-protection .grid-item-loud .tile-content {
    padding-bottom: 157px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hearing-protection .grid-item-decibels .video-container .play-pause-button-decibels {
    top: 275px;
  }
  .section-hearing-protection .grid-item-decibels .icon-before::before {
    margin-top: -22px;
    left: 0;
  }
}

@media only screen and (max-width: 377px) {
  .section-hearing-test .hearing-test-hardware-wrap {
    margin-bottom: -60px;
  }
}