 .u-section-1 {
  background-image: linear-gradient(to bottom, #478ac9, #db545a);
}

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

.u-section-1 .u-text-1 {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 30px auto 0;
}

.u-section-1 .u-image-1 {
  width: 300px;
  height: 300px;
  margin: 30px auto 60px;
}

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

@media (max-width: 575px) {
   .u-section-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    font-weight: 800;
    width: auto;
    margin-top: 355px;
    margin-left: 26px;
    margin-right: 26px;
  }

  .u-section-1 .u-image-1 {
    height: 340px;
    margin-top: -532px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}