 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 50px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.25rem;
  margin: 10px auto 0;
}

.u-section-1 .u-text-3 {
  font-size: 1.125rem;
  background-image: none;
  margin: 20px auto 50px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-2 {
    font-weight: 400;
  }
}

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

  .u-section-1 .u-text-1 {
    width: auto;
    font-size: 1.5rem;
  }

  .u-section-1 .u-text-2 {
    margin-top: 13px;
  }

  .u-section-1 .u-text-3 {
    margin-bottom: 33px;
  }
}