.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-top: 22%;
  flex-direction: column;
  padding-bottom: 22%;
}
 
.home-text10 {
  font-size: 1.5em;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
}
 
.home-text11 {
  font-size: 5em;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 900;
}
 
.home-container3 {
  gap: 20px;
  flex: 0 0 auto;
  display: flex;
  padding: 20px;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-container4 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
 
.home-text12 {
  margin-bottom: 1em;
}
 
.home-text13 {
  margin-bottom: 1em;
}
 
.home-text16 {
  text-align: right;
  margin-bottom: 1em;
}
 
.home-text19 {
  text-align: right;
}
 
.home-container5 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-image {
  width: 200px;
  object-fit: cover;
}
 
.home-container6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 10%;
  justify-content: center;
}
 
.home-link {
  text-decoration: none;
}
 
@media(max-width: 479px) {
  .home-container2 {
    padding-top: 35%;
    padding-bottom: 35%;
  }
  .home-text11 {
    text-align: center;
  }
  .home-text12 {
    text-align: right;
  }
  .home-text13 {
    text-align: right;
  }
}
