.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(135deg, rgba(0, 114, 218, 1.000000) 0%, rgba(0, 38, 121, 1.000000) 100%);
}
.home-text {
  top: 99px;
  color: rgb(255, 255, 255);
  right: 120px;
  width: auto;
  height: auto;
  position: absolute;
  font-size: 20px;
  text-align: center;
  font-family: "MakroXM-Bold";
}
.home-image {
  top: 84px;
  left: 120px;
  width: 200px;
  position: absolute;
  object-fit: cover;
}
.home-text05 {
  left: 100px;
  color: rgb(0, 0, 0);
  width: auto;
  bottom: 37px;
  height: auto;
  z-index: 100;
  position: absolute;
  font-size: 15px;
  text-align: left;
  font-family: "MakroXM-Bold";
}
.home-text10 {
  color: rgb(0, 0, 0);
  right: 100px;
  width: auto;
  bottom: 37px;
  height: auto;
  z-index: 100;
  position: absolute;
  font-size: 15px;
  text-align: right;
  font-family: "MakroXM-Bold";
}
.home-container1 {
  flex: 0 0 auto;
  left: 6-px;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  bottom: 0px;
  height: 100px;
  display: flex;
  z-index: 1;
  position: absolute;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0);
  border-style: hidden;
  border-width: 0px;
  background-color: #ffffff;
}
.home-image1 {
  width: auto;
  height: auto;
  object-fit: cover;
}
@media(max-width: 991px) {
  .home-text05 {
    left: 0px;
    right: 0px;
    bottom: 81px;
    margin: auto;
    text-align: center;
  }
  .home-text10 {
    left: 0px;
    right: 0px;
    bottom: 28px;
    margin: auto;
    text-align: center;
  }
  .home-container1 {
    height: 150px;
    z-index: 1;
    border-color: #787878;
    border-style: hidden;
    border-width: 0px;
  }
  .home-image1 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .home-text {
    top: 180px;
    left: 0px;
    color: rgb(255, 255, 255);
    right: 0px;
    margin: auto;
    position: absolute;
    font-size: 20px;
    font-family: MakroXM-Bold;
  }
  .home-image {
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    align-self: center;
  }
  .home-text05 {
    left: 0px;
    color: rgb(0, 0, 0);
    right: 0px;
    bottom: 91px;
    margin: auto;
    z-index: 100;
    font-size: 15px;
    text-align: center;
    font-family: MakroXM-Bold;
  }
  .home-text10 {
    left: 0px;
    right: 0px;
    bottom: 38px;
    margin: auto;
    z-index: 100;
    text-align: center;
  }
  .home-container1 {
    flex: 1;
    width: 100%;
    height: 147px;
    z-index: 1;
    border-style: hidden;
    border-width: 0px;
  }
  .home-image1 {
    padding-top: var(--dl-space-space-fiveunits);
  }
}
@media(max-width: 479px) {
  .home-text {
    top: 197px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .home-image {
    top: 86px;
    left: 0px;
    right: 0px;
    width: 70%;
    margin: auto;
  }
  .home-text05 {
    left: 0px;
    right: 0px;
    bottom: 100px;
    margin: auto;
    text-align: center;
  }
  .home-text10 {
    left: 0px;
    right: 0px;
    bottom: 48px;
    margin: auto;
    text-align: center;
  }
  .home-container1 {
    height: 175px;
    border-style: hidden;
    border-width: 0px;
  }
}
