.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #e7f9f3;
}
 
.home-root {
  width: 1207px;
  height: 59px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0);
}
 
.home-text1 {
  left: var(--dl-space-space-oneandhalfunits);
  color: rgba(0, 0, 0, 1);
  width: 121px;
  height: auto;
  position: absolute;
  font-size: 20px;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 58.0782356262207px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-text2 {
  color: rgb(0, 0, 0);
  right: var(--dl-space-space-oneandhalfunits);
  height: auto;
  position: absolute;
  font-size: 20px;
  font-style: normal;
  text-align: right;
  font-family: "Inter";
  font-weight: 300;
  line-height: 58.0782px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-container2 {
  width: 100%;
  height: 814px;
  align-self: center;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  width: 1056px;
  height: 566px;
  overflow: visible;
  max-width: 100%;
  min-width: auto;
  margin-bottom: var(--dl-space-space-sixunits);
}
 
.home-container5 {
  display: contents;
}
 
@media(max-width: 991px) {
  .home-root {
    width: 100%;
  }
  .home-container2 {
    width: 100%;
    height: 761px;
  }
  .home-container4 {
    max-width: 100%;
    min-width: 100%;
    margin-top: 0px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
}
 
@media(max-width: 767px) {
  .home-root {
    width: 100%;
  }
  .home-text2 {
    right: var(--dl-space-space-oneandhalfunits);
    margin: auto;
    text-align: left;
  }
  .home-container2 {
    width: 100%;
    height: 1670px;
    margin-right: 0px;
  }
  .home-container4 {
    width: 767px;
    height: 634px;
    min-width: auto;
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
}
 
@media(max-width: 321px) {
  .home-root {
    width: 100%;
    height: 0px;
  }
  .home-text1 {
    left: var(--dl-space-space-halfunit);
    margin: auto;
  }
  .home-text2 {
    right: var(--dl-space-space-halfunit);
  }
  .home-container2 {
    width: auto;
    height: 1740px;
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-container4 {
    width: auto;
    height: 523px;
    align-self: center;
    margin-top: 0px;
  }
}
