.cms-content {
  color: #374151;
  font-size: 1.125rem;
  line-height: 1.75;
}

.cms-content > * + * {
  margin-top: 1rem;
}

.cms-content h2 {
  color: #111827;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.cms-content h3 {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 2rem;
  margin-bottom: .75rem;
}

.cms-content p {
  color: #4b5563;
  line-height: 1.75;
}

.cms-content ul {
  color: #4b5563;
  list-style: disc;
  padding-left: 1.5rem;
}

.cms-content li + li {
  margin-top: .5rem;
}

.cms-content img {
  border-radius: .75rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  margin-top: 1.5rem;
}

.cms-content a {
  color: #e55f23;
  font-weight: 600;
}

.cms-content strong {
  color: #111827;
}
