.article {
  background-color: whitesmoke;
  color: var(--Nedbank-Green);
  padding: 100px 18%;
}
.article h1 {
  text-align: center;
}
.article .content {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  /* Add more styles for other elements as needed */
}
.article .content p {
  font-size: 1rem;
  margin: 0.75rem 0;
}
.article .content h1,
.article .content h2,
.article .content h3,
.article .content h4,
.article .content h5 {
  margin: 2.5rem 0;
  color: var(--Good-Green);
}
.article .content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.article .content blockquote {
  font-size: 1.125rem;
  margin: 20px 0;
  padding: 10px;
  color: var(--Nedbank-Green);
}
.article .content blockquote p {
  margin: 0;
}
.article .content blockquote::before {
  content: open-quote;
  color: var(--Nedbank-Green);
  font-size: 4rem;
  line-height: 0.1em;
  vertical-align: -0.4em; /* Adjust this value */
}
.article .content blockquote::after {
  content: close-quote;
  color: var(--Nedbank-Green);
  font-size: 4rem;
  line-height: 0.1em;
  vertical-align: -0.4em; /* Adjust this value */
}
.article .content figure {
  margin: 20px 0;
}
.article .content figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.article .content figure figcaption {
  text-align: center;
  font-style: italic;
  font-size: 0.875rem;
  margin-top: 5px;
}
.article .content a {
  color: var(--Nedbank-Green);
  text-decoration: underline;
}
.article .content a:hover {
  text-decoration: underline;
  color: var(--Good-Green);
}
.article .content ul,
.article .content ol {
  margin: 1em 0;
  padding-left: 20px;
}
.article .content li {
  margin: 0.5em 0;
}

@media (max-width: 768px) {
  .article {
    padding: 74px 24px;
  }
}

/*# sourceMappingURL=article.css.map */
