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

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-family: "Arsenal SC";
  font-size: 3rem;
  margin: 0 26px;
}

.u-section-1 .u-image-1 {
  --radius: 10px;
  height: 696px;
  margin-top: 1px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-top: 60px;
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    width: auto;
    margin-top: 17px;
    margin-right: auto;
  }

  .u-section-1 .u-image-1 {
    margin-top: 17px;
    margin-bottom: 60px;
  }
}