.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container1 {
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image {
  object-fit: cover;
}
.home-text {
  height: var(--dl-size-size-small);
}
.home-container2 {
  flex: 0 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-button {
  flex: 1;
  color: #ffffff;
  width: var(--dl-size-size-xxlarge);
  height: 80px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: center;
  background-color: #4d4d4d;
}
.home-button:hover {
  background-color: #000000;
}
.home-image1 {
  width: 48px;
  object-fit: cover;
  margin-right: var(--dl-space-space-oneandhalfunits);
}
.home-text1 {
  font-size: 18px;
}
.home-button1 {
  flex: 1;
  color: #ffffff;
  width: var(--dl-size-size-xxlarge);
  height: 80px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  flex-direction: row;
  justify-content: center;
  background-color: #4d4d4d;
}
.home-button1:hover {
  background-color: #000000;
}
.home-image2 {
  width: 48px;
  object-fit: cover;
  margin-right: var(--dl-space-space-oneandhalfunits);
}
.home-text2 {
  font-size: 18px;
}
.home-text3 {
  color: rgba(0, 0, 0, 0.5);
  width: 800px;
  margin-top: var(--dl-space-space-threeunits);
  text-align: center;
  line-height: 1.6;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
}
@media(max-width: 767px) {
  .home-container2 {
    height: auto;
    flex-direction: column;
  }
  .home-button {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-text3 {
    width: 100%;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 479px) {
  .home-container2 {
    height: auto;
    flex-direction: column;
  }
  .home-button {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
