.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-frame3 {
  gap: 10px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 10px;
  overflow: hidden;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image {
  width: auto;
  object-fit: cover;
}
.home-frame4 {
  gap: 10px;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  padding-top: 0px;
  padding-left: 15px 39px;
  padding-right: 15px 39px;
  padding-bottom: 0px;
  justify-content: center;
}
.home-text1 {
  color: rgb(0, 0, 0);
  height: auto;
  flex-grow: 1;
  font-size: 16px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
@media(max-width: 479px) {
  .home-image {
    width: 300px;
  }
  .home-text1 {
    font-size: 16px;
  }
}


@media only screen 
    and (width: 430px) 
    and (height: 932px) 
    and (-webkit-device-pixel-ratio: 3) {
 .home-image {
    width: 300px;
  }
  .home-text1 {
    font-size: 16px;
  }	
    	

    }
