 .u-section-1 {
  background-image: url("images/photo_2023-02-01_18-48-06.jpg");
  background-position: 50% 50%;
}

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

.u-section-1 .u-text-1 {
  background-image: none;
  font-size: 3.75rem;
  text-transform: uppercase;
  font-weight: 900;
  width: 669px;
  margin: 51px auto 0;
}

.u-section-1 .u-btn-1 {
  letter-spacing: 2px;
  border-style: none;
  align-self: center;
  background-image: linear-gradient(black, #ff0e00);
  font-weight: 700;
  text-transform: uppercase;
  margin: 42px auto 0;
  padding: 17px 75px 19px 74px;
}

.u-section-1 .u-btn-2 {
  background-image: linear-gradient(black, #ff0e00);
  text-transform: uppercase;
  letter-spacing: 2px;
  border-style: none;
  font-weight: 700;
  align-self: center;
  margin: 25px auto 60px;
  padding: 16px 43px 17px 41px;
}

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

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

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

  .u-section-1 .u-text-1 {
    width: 540px;
  }
}

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

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