 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("images/background.jpg");
  background-size: cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  text-shadow: 0px 2px 8px rgba(136,200,248,1);
  --text-color-var: #29256a;
  margin: 20px 0 0;
}

.u-section-1 .u-image-1 {
  width: 678px;
  height: 505px;
  margin: 129px auto 60px;
}

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

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