 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #091729, #0b305f);
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  font-size: 1rem;
  width: 840px;
  margin: 50px auto 0;
}

.u-section-1 .u-map-1 {
  width: 570px;
  height: 382px;
  margin: 30px auto 60px;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    width: 540px;
  }

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

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    width: 340px;
  }

  .u-section-1 .u-map-1 {
    width: 340px;
  }
}