.u-section-1 .u-sheet-1 {
  min-height: 30px;
}.u-section-2 .u-image-1 {
  min-height: 948px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('images/Logo_Tech_Titans.jpeg');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, cover;
}

.u-section-2 .u-text-1 {
  font-size: 6rem;
  font-weight: 700;
  margin: 200px auto 0;
}

.u-section-2 .u-text-2 {
  margin: 30px auto 0;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.875rem;
  line-height: 1.6;
  margin: 40px auto 60px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-image-1 {
    min-height: 782px;
  }

  .u-section-2 .u-text-1 {
    font-size: 4.5rem;
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-image-1 {
    min-height: 599px;
  }
}

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

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

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

  .u-section-2 .u-text-1 {
    font-size: 3rem;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 60px;
}