.u-section-1 .u-sheet-1 {
  min-height: 990px;
}

.u-section-1 .u-text-1 {
  font-family: DownhillDiveDEMO;
  font-size: 1.5rem;
  letter-spacing: normal;
  margin: 556px 0 60px;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 622px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 295px;
    margin-bottom: 39px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 526px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1rem;
    margin-top: 237px;
    margin-bottom: 33px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 50vh;
  }

  .u-section-1 .u-text-1 {
    margin: 144px -23px 12px;
  }
}@font-face {
  font-family: 'DownhillDiveDEMO';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DownhillDiveDEMO.otf);
}