.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container1 {
  width: 100%;
  height: 381px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text {
  color: #757575;
  font-size: 4em;
  align-self: center;
}
.home-text1 {
  color: rgb(41, 41, 41);
  font-size: 14px;
  align-self: center;
}
