.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-homepage {
  gap: 16px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 1);
}
.home-frame4 {
  gap: 10px;
  height: 310px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  background-size: cover;
  justify-content: center;
  background-image: url("public/external/tq_o8ct8akvze-bev-1500w.png");
}
.home-image1 {
  width: 115px;
  height: 87px;
}
.home-frame1 {
  gap: 10px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  padding-top: 13px 0 31px;
  padding-left: 13px 0 31px;
  padding-right: 13px 0 31px;
  padding-bottom: 13px;
}
.home-text {
  color: rgb(104, 104, 104);
  height: auto;
  flex-grow: 1;
  font-size: 20px;
  font-style: Semi Bold;
  text-align: center;
  font-family: "Inter";
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.home-frame11 {
  gap: var(--dl-space-space-halfunit);
  width: 363px;
  height: 301px;
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 1;
  flex-direction: column;
}
.home-image2 {
  width: 298px;
  height: 175px;
  border-radius: 7px;
}
.home-text3 {
  color: rgba(104, 104, 104, 1);
  width: 363px;
  height: auto;
  font-size: 20px;
  font-style: Semi Bold;
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.home-text5 {
  color: rgba(198, 198, 198, 1);
  width: 363px;
  height: auto;
  font-size: 15px;
  font-style: Semi Bold;
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.home-text7 {
  color: rgba(104, 104, 104, 1);
  width: 363px;
  height: auto;
  font-size: 15px;
  font-style: Regular;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
@media(max-width: 991px) {
  .home-frame4 {
    height: 310px;
  }
}
@media(max-width: 767px) {
  .home-homepage {
    flex-direction: column;
  }
  .home-frame4 {
    height: 310px;
  }
  .home-frame1 {
    padding-bottom: 13px;
  }
  .home-frame11 {
    align-items: center;
    flex-direction: column;
  }
  .home-image2 {
    position: static;
  }
  .home-text3 {
    position: static;
  }
  .home-text5 {
    position: static;
  }
  .home-text7 {
    position: static;
  }
}
