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

.u-section-1 .u-text-1 {
  --text-color-var: #0e6c0b;
  letter-spacing: 0px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: none;
  font-size: 3rem;
  margin: 20px 0 0;
}

.u-section-1 .u-text-2 {
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 9px 0 0;
}

.u-section-1 .u-text-3 {
  font-weight: 700;
  margin: 9px 0;
}

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

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

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

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

  .u-section-1 .u-text-3 {
    margin-bottom: 20px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 788px;
}

.u-section-2 .u-text-1 {
  line-height: 2;
  padding-left: 9px;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 14px 0 0;
}

.u-section-2 .u-text-2 {
  padding-left: 9px;
  line-height: 2;
  font-size: 1.25rem;
  margin: 0 0 14px;
}

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

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

  .u-section-2 .u-text-2 {
    font-size: 1.1111111111111112rem;
  }
}

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