body {
  background-color: #faf5e7;
}

.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-features {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: #faf5e7;
}
.home-heading-container {
  width: 926px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-image {
  width: 328px;
  height: 68px;
  object-fit: contain;
}
.home-text10 {
  width: 577px;
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-text13 {
  font-style: normal;
  font-weight: 400;
}
.home-text17 {
  font-weight: 900;
}
.home-text18 {
  font-weight: 900;
}
.home-text19 {
  font-weight: 900;
}
.home-text23 {
  font-weight: 900;
}
@media(max-width: 767px) {
  .home-heading-container {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .home-features {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
}
