:root {
  --sand-color: #f9e7d2;
}

.featured-hero .featured-hero--wave svg path,
.hero-banner .hero-banner--wave svg path {
  fill: var(--sand-color) !important;
}

#page,
#post {
  background-color: var(--sand-color) !important;
}

#post {
  max-width: 1024px;
}

#boy-with-quicktalker {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#boy-with-quicktalker img {
  width: 100%;
}

#boy-with-quicktalker p {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #boy-with-quicktalker {
    flex-direction: row;
    align-items: center;
  }

  #boy-with-quicktalker img {
    width: 60%;
    object-fit: contain;
  }

  #boy-with-quicktalker p {
    width: 40%;
    font-size: 24px;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  #boy-with-quicktalker p {
    font-size: 40px;
  }
}