.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
.home-features {
  width: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  padding-top: 400px;
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  background-color: #ffffff;
}
.home-title {
  height: 369px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text {
  font-size: 56px;
  text-align: center;
  font-weight: 700;
  line-height: 72px;
}
.home-text1 {
  font-style: normal;
}
.home-text2 {
  font-style: normal;
}
.home-text3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.home-text4 {
  font-style: normal;
}
@media(max-width: 991px) {
  .home-features {
    padding-top: 260px;
  }
  .home-title {
    width: 100%;
    max-width: 1200px;
  }
  .home-text {
    font-size: 36px;
    line-height: 40px;
  }
}
@media(max-width: 767px) {
  .home-features {
    padding-top: 350px;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-text {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
@media(max-width: 479px) {
  .home-features {
    padding-top: 200px;
  }
}
