.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-image: linear-gradient(45deg, rgb(0, 0, 0) 2.00%,rgb(80, 197, 227) 99.00%);
}
.home-container1 {
  width: var(--dl-size-size-maxwidth);
  height: 823px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-container2 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-image {
  width: auto;
  object-fit: cover;
}
.home-text {
  color: rgb(255, 255, 255);
}
.home-text01 {
  color: rgb(255, 255, 255);
}
.home-ul {
  margin-top: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  margin-bottom: 0px;
  list-style-type: circle;
  list-style-image: none;
  list-style-position: outside;
}
.home-text05 {
  color: rgb(255, 255, 255);
}
.home-text16 {
  color: #ffffff;
}
.home-text27 {
  color: #ffffff;
}
.home-text38 {
  color: #ffffff;
}
.home-text49 {
  color: #ffffff;
}
@media(max-width: 1200px) {
  .home-container1 {
    width: auto;
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .home-container2 {
    width: 550px;
    height: auto;
    align-self: center;
  }
}
@media(max-width: 479px) {
  .home-container1 {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .home-container2 {
    width: 80%;
    height: auto;
    align-self: center;
  }
  .home-image {
    width: auto;
    height: auto;
  }
  .home-text {
    font-size: 2.2em;
    font-family: Inter;
  }
  .home-ul {
    width: 478px;
  }
  .home-text16 {
    color: rgb(255, 255, 255);
  }
  .home-text49 {
    color: rgb(255, 255, 255);
  }
}
