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

.u-section-1 .u-text-1 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 80px 0 0;
}

.u-section-1 .u-image-1 {
  width: 238px;
  height: 39px;
  filter: brightness(0);
  margin: 0 auto;
}

.u-section-1 .u-text-2 {
  font-family: Poppins;
  margin: 33px 0 60px;
}

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

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

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

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 12px;
    margin-bottom: 51px;
  }
}