.main {
  padding-inline: 0px;
  margin-top: 116px;
}

.main h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
}

.imageWrapper {
  width: 100%;
  height: 700px;
  position: relative;
  margin-bottom: 450px;
  display: grid;
  place-items: center;
}

.imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0.6);
  z-index: -1;
}

.imageWrapper h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  color: white;
}

.imageWrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  max-width: 709px;
  margin-inline: auto;
  margin-top: 16px;
  color: white;
}

@media screen and (max-width: 680px) {
}
@media screen and (max-width: 674px) {
  .imageWrapper {
    margin-bottom: 600px;
    padding-inline: 16px;
  }
}
