.home-container {
  width: 100%;
  display: flex;
  z-index: 100%;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-gray-white);
  border-width: 1px;
  flex-direction: column;
  justify-content: center;
}
.home-hero {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  min-height: 80vh;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-container1 {
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: center;
}
.home-text {
  width: 671px;
  font-size: 3rem;
  max-width: 600px;
}
.home-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
}
.home-image {
  width: 20px;
  height: 20px;
  z-index: 100;
  object-fit: cover;
  border-color: var(--dl-color-gray-black);
  border-radius: var(--dl-radius-radius-radius4);
}
.home-text1 {
  align-self: flex-start;
  margin-top: var(--dl-space-space-twounits);
  margin-left: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-image1 {
  width: 402px;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media(max-width: 991px) {
  .home-container {
    z-index: 100;
  }
  .home-hero {
    position: relative;
    flex-direction: column;
  }
  .home-container1 {
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
  }
  .home-text {
    text-align: center;
  }
  .home-container2 {
    width: 100%;
  }
  .home-text1 {
    align-self: center;
    text-align: center;
  }
  .home-image1 {
    width: auto;
    height: 559px;
    margin-top: 0px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
}
@media(max-width: 767px) {
  .home-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container2 {
    width: 100%;
  }
  .home-image {
    align-self: center;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
  }
  .home-text1 {
    margin-left: 0px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-image1 {
    width: auto;
    height: 619px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media(max-width: 479px) {
  .home-container {
    align-items: center;
    border-color: var(--dl-color-gray-white);
    border-width: 0px;
    justify-content: center;
  }
  .home-hero {
    width: 418px;
    height: 913px;
    position: relative;
    max-width: 100%;
    align-self: center;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container1 {
    height: auto;
    align-self: center;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .home-text {
    width: 385px;
    height: auto;
    font-size: 2.5rem;
    margin-top: var(--dl-space-space-halfunit);
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-container2 {
    width: auto;
    height: auto;
    align-self: center;
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-text1 {
    align-self: flex-start;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: var(--dl-space-space-halfunit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-image1 {
    width: 100%;
    height: 609px;
    align-self: center;
    margin-bottom: 0px;
    padding-right: 0px;
  }
}
