 .u-section-1 {
  min-height: 262px;
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(255, 102, 0, 1), rgba(255, 102, 0, 1)), url('images/default-image.jpg');
  background-size: cover, cover;
}

.u-section-1 .u-image-1 {
  height: 300px;
  margin-top: -37px;
  margin-bottom: 0;
  width: 100%;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    filter: brightness(0.85);
    width: auto;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 400px;
}

.u-section-2 .u-text-1 {
  margin: 50px 0 0;
}

.u-section-2 .u-text-2 {
  font-size: 1.5rem;
  margin: 21px 0 0;
}

.u-section-2 .u-btn-1 {
  letter-spacing: 1px;
  background-image: none;
  border-style: solid;
  font-weight: 400;
  text-transform: none;
  margin: 72px auto 60px;
}