.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container01 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.home-container02 {
  flex: 0 0 auto;
  width: 300px;
  height: 36px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container03 {
  width: 100%;
  height: 135px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.home-container04 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image {
  flex: 1;
  width: 60%;
  object-fit: cover;
}
.home-container05 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image1 {
  width: 272px;
  height: 121px;
  align-self: center;
  object-fit: cover;
}
.home-container06 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image2 {
  width: 60%;
  object-fit: cover;
}
.home-container07 {
  flex: 0 0 auto;
  width: 200px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
}
.home-container08 {
  width: 100%;
  height: 49px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.home-container09 {
  flex: 0 0 auto;
  width: 203px;
  height: 93px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container10 {
  flex: 0 0 auto;
  width: 203px;
  height: 94px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media(max-width: 1200px) {
  .home-link {
    align-self: center;
  }
  .home-link1 {
    align-self: center;
  }
}
@media(max-width: 479px) {
  .home-container01 {
    width: 100%;
    height: 71px;
  }
  .home-container03 {
    height: 240px;
    flex-wrap: wrap;
  }
  .home-container05 {
    width: 479px;
    height: 141px;
  }
  .home-image1 {
    width: 362px;
    height: 155px;
    align-self: center;
    margin-right: 1px;
  }
  .home-container06 {
    width: 207px;
    height: 53px;
  }
  .home-image2 {
    width: 50%;
  }
  .home-container08 {
    width: 100%;
    height: 123px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container09 {
    width: 100%;
    height: 21px;
    position: relative;
    justify-content: flex-start;
  }
  .home-link {
    align-self: center;
  }
  .home-container10 {
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: center;
  }
  .home-link1 {
    align-self: center;
  }
}
