/* .main__wrapper {
  width: 100%;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('/static/photo/main.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  gap: 300px;
} */

.main__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100vh;
  /* padding-top: 200px;
  padding-bottom: 90px; */
  /* gap: 50px; */
  /* color: black */
}
.main__content>h1 {
  color: black;
  /* font-size: 70px; */
  padding-left: 30px;
}
.main__content>h3{
  /* padding-right: 20px;
  padding-top: 30px;
  color: black; */
  padding-left: 30px;
}

.image__wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
}

/* .main_image {
  width: 80%;
  height: 64vw;
  max-height: 500px;
  background-image: url('/static/photo/IMG_8332.JPG');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-self: center;
} */