.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  border-color: #c32727;
  border-width: 1px;
  flex-direction: row;
  justify-content: center;
  background-color: #fb7b5b;
}
.home-image {
  top: 347px;
  flex: 1;
  left: 920px;
  width: 200px;
  position: absolute;
  object-fit: cover;
}
.home-image1 {
  top: 347px;
  left: 721px;
  width: 200px;
  position: absolute;
  align-self: flex-start;
  object-fit: cover;
}
