 .u-section-1 {
  background-image: none;
}

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

.u-section-1 .u-text-1 {
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 32px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.5rem;
  width: 680px;
  margin: 11px auto 0;
}

.u-section-1 .u-image-1 {
  width: 334px;
  height: 300px;
  margin: 30px auto 46px;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-2 {
    width: 620px;
  }
}

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

  .u-section-1 .u-text-2 {
    width: 301px;
  }

  .u-section-1 .u-image-1 {
    width: 301px;
    height: 270px;
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.125rem;
    width: 200px;
  }

  .u-section-1 .u-image-1 {
    width: 200px;
    height: 179px;
  }
}