 .u-section-1 {
  background-image: url("images/605.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

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

.u-section-1 .u-text-1 {
  text-shadow: -2px -8px 5px rgba(89,85,176,0.9);
  text-decoration: underline !important;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Alfa Slab One";
  margin: 60px 0;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  font-style: italic;
  font-size: 3rem;
  font-weight: 700;
  padding: 0;
}

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

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

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

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

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

  .u-section-1 .u-btn-1 {
    font-size: 0.625rem;
    font-weight: 300;
  }
}