 .u-section-1 {
  background-image: url("images/2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  font-family: Latinotype-Texta-Thin;
  --text-color-var: #ffffffbf;
  margin: 277px auto 60px;
}

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

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

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 3rem;
  }
}
/* page-custom-fonts */
@font-face {
  font-family: 'Latinotype-Texta-Thin';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Latinotype-Texta-Thin.otf);
}