.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-pasted-image {
  width: 100%;
  height: 848px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/external/pastedimage-6q7l-900h.png");
  background-position: center;
}
.home-image {
  width: 514px;
  height: 162px;
  object-fit: cover;
}
.home-image1 {
  width: 200px;
  object-fit: cover;
}
.home-container2 {
  display: contents;
}
.home-container3 {
  height: 140px;
}
.home-container4 {
  display: contents;
}
@media(max-width: 991px) {
  .home-container1 {
    width: 314px;
    height: 70px;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 1px;
    padding-bottom: 0px;
  }
}
