body {
  background-color: rgb(255, 255, 255);
  color: rgb(35, 48, 55);
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 41px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: rgb(72, 57, 26);
  line-height: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  word-break: normal;
}

em {
  font-weight: bold;
  font-style: italic;
}

i {
  font-style: italic;
}

p {
  line-height: 24px;
  font-size: 16px;
  margin-top: 24px;
  word-break: normal;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  color: rgb(123, 194, 65);
  background-color: rgb(123, 194, 65);
  height: 2px;
  border: none;
}

section {
  display: block;
  margin-top: 42px;
}

.img-gallery {
  display: flex;
  gap: 20px;
}

.img-gallery img {
  display: inline-block;
  object-fit: cover;
  width: 255px;
  height: 255px;
  border-radius: 10px;
}

footer {
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
  text-transform: uppercase;
}



.because-he-would::before {
  content: "Because Jonah Would...";
  color: rgb(123, 194, 65);
  font-size: 16px;
  font-weight: bolder;
  text-transform: uppercase;
}

.benefit-info {
  color: rgb(123, 194, 65);
  font-size: 16px;
  font-weight: bolder;
  line-height: 20px;
}

.cta-button {
  background-color: rgb(123, 194, 65);
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  /* line-height: 32px; */
  border-radius: 5px;
  text-decoration: none;
  color: white;
  width: fit-content;
  padding: 16px 30px 16px 30px;
  margin-top: 16px;
}

.benefit-section main {
  display: flex;
  gap: 5px;
}

.benefit-flier {
  height: 450px;
  width: 340px;
}

.logo {
  display: block;
  margin-bottom: 10px;
  width: 222px;
  height: 221px;
}

.top-quote {
  font-size: 47px;
  line-height: 100%;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: rgb(72, 57, 26);
}

.flying-wing {
  width: 867.988px;
  height: 712.988px;
  /* display: inline-block; */
  position: relative;
  /* background-image: url("../img/29ea61a5-aaae-461a-848d-24c7e5ef76b6.webp"); */
  /* left: calc(50% - 600px + 332px);
  transform: rotate(0deg) scale(1, 1) translateZ(0px); */
}
.flying-wing img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 900px;
}
.top-image {
  z-index: 0;
}

.top-spot {
  position: relative;
  height: 900px;
}

.top-spot span {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.quote-container {
  width: 200px;
}

@media (min-width: 800px) {
  .main-container {
    margin: auto;
    width: 800px;
  }

  .img-gallery {
    flex-direction: row;
  }

  .benefit-section main {
    flex-direction: row;
  }
}

@media (max-width: 799px) {
  .top-spot {
    height: 1000px;
  }
  .main-container {
    width: 90%;
  }

  .img-gallery {
    flex-direction: column;
  }

  .benefit-section main {
    flex-direction: column-reverse;
  }
}