 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #012753 2%, rgba(102, 107, 170, 1) 51%, #012753);
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  font-size: 2.25rem;
  text-decoration: underline !important;
  margin: 97px auto 0;
}

.u-section-1 .u-image-1 {
  width: 178px;
  height: 239px;
  margin: -119px auto 0 211px;
}

.u-section-1 .u-image-2 {
  width: 178px;
  height: 239px;
  transform-origin: center center;
  transform: scaleX(-1);
  margin: -239px 206px 0 auto;
}

.u-section-1 .u-text-2 {
  font-size: 3.75rem;
  margin: -65px auto 60px;
}

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

  .u-section-1 .u-image-2 {
    height: 238px;
    margin-top: -238px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-2 {
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-image-1 {
    margin-left: 162px;
  }

  .u-section-1 .u-image-2 {
    margin-right: 162px;
  }

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