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

.u-section-1 .u-group-elements-1 {
  width: 465px;
  min-height: 101px;
  height: auto;
  margin: 60px auto 0;
}

.u-section-1 .u-text-1 {
  font-family: Poppins;
  font-size: 4.5rem;
  font-weight: 600;
  width: 465px;
  margin: 0 auto;
}

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

.u-section-1 .u-text-3 {
  font-weight: 400;
  margin: 97px auto 60px;
}

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

@media (max-width: 575px) {
  .u-section-1 .u-group-elements-1 {
    width: 340px;
    margin-left: 0;
    margin-right: 0;
  }

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