.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-container1 {
  width: 100%;
  height: 459px;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.home-container2 {
  flex: 0 0 auto;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: auto;
  display: flex;
  flex-direction: column;
}
.home-container3 {
  flex: 0 0 auto;
  width: 486px;
  display: flex;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  flex-direction: column;
}
.home-text {
  align-self: center;
}
.home-button {
  align-self: center;
}
@media(max-width: 991px) {
  .home-text {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .home-text {
    align-self: center;
  }
}
@media(max-width: 479px) {
  .home-container1 {
    align-self: center;
  }
  .home-text {
    align-self: center;
  }
}
