.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-header {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 10px 0px #b3b3b3;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: space-between;
}
.home-image {
  width: 100px;
  object-fit: cover;
}
.home-text {
  align-self: center;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}
.home-container2 {
  flex: 0 0 auto;
  width: 500px;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  flex-direction: column;
}
.home-image1 {
  width: 100%;
  object-fit: cover;
}
.home-container3 {
  flex: 0 0 auto;
  width: 500px;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  flex-direction: column;
}
.home-text03 {
  margin-top: var(--dl-space-space-unit);
}
.home-container4 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-container5 {
  flex: 0 0 auto;
  width: 1000px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text11 {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.home-text19 {
  font-style: normal;
  font-weight: 700;
}
.home-text26 {
  font-style: normal;
  font-weight: 700;
}
.home-text27 {
  font-style: normal;
  font-weight: 700;
}
.home-text33 {
  font-style: normal;
  font-weight: 700;
}
.home-text40 {
  font-style: normal;
  font-weight: 700;
}
.home-text45 {
  font-style: normal;
  font-weight: 700;
}
.home-text46 {
  font-style: normal;
  font-weight: 700;
}
@media(max-width: 479px) {
  .home-container1 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
}
