.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #280b37;
}
.home-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-container2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-icon-group {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-text {
  width: 152px;
  height: 43px;
  min-width: auto;
  min-height: 100%;
  font-family: Verdana;
}
.home-text01 {
  color: #ff6338;
}
.home-text02 {
  color: #000000;
  text-transform: capitalize;
}
.home-text03 {
  color: #ff8800;
}
.home-image {
  flex: 1;
  width: var(--dl-size-size-maxwidth);
  height: var(--dl-size-size-medium);
  object-fit: cover;
}
@media(max-width: 767px) {
  .home-container3 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media(max-width: 479px) {
  .home-container3 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
}
