main h1 {
  text-align: center;
  font-family: "Glorify", serif;
  margin-top: 120px;
  font-size: 32px;
  font-weight: 600;
}

main p.description {
  text-align: center;
  font-size: 20px;
  margin-bottom: 44px;
}

main h2 {
  font-family: "Glorify", serif;
  font-size: 24px;
  font-weight: 400;
}

main h3 {
  color: #01715d;
  font-weight: 700;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-top: 26px;
}

main p.long-description {
  margin-bottom: 50px;
}

main a.shop-now {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #01715d;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 50px auto;
  max-width: 315px;
}

main a.shop-now:hover {
  background-color: #00614f;
}

.campaign-card {
  padding: 40px 45px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 70px;
  background: <?= $bgColor ?>;
  border-radius: 10px;
  --green: #01715d;
  --black: #212529;
  align-items: stretch; /* ensures both columns align vertically */
  min-height: 280px; /* ensures card is at least this tall */
}

.campaign-card img {
  object-fit: cover;
  border-radius: 10px;
  max-width: 435px;
  width: 100%;
  height: 100%; /* fill its container height */
}
