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

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

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-family: Poppins;
  font-size: 3.75rem;
  margin: 45px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  font-family: Poppins;
  font-weight: 700;
  width: 780px;
  margin: 37px auto 60px;
}

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

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }

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

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }

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