.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.home-navlink {
  display: contents;
}
.home-text {
  top: 25px;
  left: 0px;
  right: 0px;
  width: 644px;
  height: 141px;
  margin: auto;
  position: absolute;
  font-size: 30px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
}
.home-text1 {
  font-size: 50px;
}
.home-text2 {
  font-size: 50px;
}
.home-text3 {
  font-size: 50px;
}
.home-text4 {
  font-size: 30px;
}
.home-text5 {
  align-self: center;
  text-transform: uppercase;
}
.home-navlink1 {
  text-decoration: underline;
}
.home-navlink2 {
  text-decoration: underline;
}
@media(max-width: 991px) {
  .home-text {
    top: 42px;
    left: 224px;
  }
}
@media(max-width: 767px) {
  .home-text {
    top: 33px;
    left: 0px;
    right: 0px;
    width: 619px;
    margin: auto;
    padding-top: 0px;
  }
}
@media(max-width: 479px) {
  .home-text {
    top: 24px;
    right: 12px;
    width: 433px;
    margin-bottom: var(--dl-space-space-sixunits);
  }
  .home-text1 {
    font-size: 50px;
  }
  .home-text2 {
    font-size: 50px;
  }
  .home-text3 {
    font-size: 50px;
  }
  .home-text4 {
    font-size: 32px;
  }
}
