.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-image {
  width: 100%;
  height: 329px;
  object-fit: cover;
}
 
.home-text1 {
  display: block;
  font-size: 50px;
  margin-right: 928px;
}
 
.home-text2 {
  font-size: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}
