 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url("/images/2606423256-02.jpeg");
  background-position: 50% 50%;
  min-height: 100vh;
}

.u-section-1 .u-image-1 {
  width: 350px;
  height: 350px;
  margin: 100px auto 0;
}

.u-section-1 .u-text-1 {
  margin: 70px auto 60px;
}

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