.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(181, 229, 242) 0.00%,rgb(19, 80, 88) 100.00%);
}
.home-image {
  width: 188px;
  height: 184px;
  object-fit: cover;
  margin-bottom: 30px;
}
.home-text {
  fill: rgb(234, 225, 225);
  color: rgb(234, 225, 225);
  margin-bottom: 15px;
}
.home-text03 {
  fill: rgb(234, 225, 225);
  color: rgb(234, 225, 225);
  font-style: normal;
  text-align: center;
  font-weight: 500;
}
@media(max-width: 991px) {
  .home-container {
    background-image: linear-gradient(180deg, rgb(181, 229, 242) 0.00%,rgb(19, 80, 88) 100.00%);
  }
}
@media(max-width: 479px) {
  .home-container {
    background-image: linear-gradient(180deg, rgb(181, 229, 242) 0.00%,rgb(19, 80, 88) 100.00%);
  }
  .home-image {
    align-self: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .home-text {
    color: rgb(234, 225, 225);
    text-align: center;
    margin-bottom: 15px;
  }
  .home-text03 {
    color: rgb(234, 225, 225);
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }
}
