 .u-section-1 {
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: normal;
  font-family: Magra;
  line-height: 1.2;
  margin: 60px auto 0;
}

.u-section-1 .u-image-1 {
  width: 779px;
  height: 559px;
  margin: 54px auto 0;
}

.u-section-1 .u-text-2 {
  background-image: none;
  font-size: 1.375rem;
  width: 728px;
  font-weight: 400;
  margin: 31px auto 0;
}

.u-section-1 .u-btn-1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  background-image: none;
  border-style: none;
  align-self: center;
  margin: 31px auto 0;
  padding: 20px 77px;
}

.u-section-1 .u-text-3 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0px;
  font-weight: 400;
  width: 241px;
  margin: 25px auto 60px;
}

.u-section-1 .u-btn-2 {
  border-style: solid;
  padding: 0;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: auto;
    margin-left: 57px;
    margin-right: 57px;
  }

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 517px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;  /* centers horizontally */
    justify-content: center; /* centers vertically */
    text-align: center; /* ensures text also centers */
  }

  .u-section-1 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 388px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 27px;
    margin-right: 27px;
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    margin-top: -75px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 244px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.222222222222222rem;
    margin-left: 8px;
    margin-right: 8px;
  }

  .u-section-1 .u-btn-1 {
    padding-right: 55px;
    padding-left: 54px;
  }

  .u-section-1 .u-text-3 {
    margin-bottom: -74px;
  }
}