/* Core Values Layout - About Page */
.core-value-item {
  width: 100%;
}
@media (min-width: 768px) {
  .core-value-item {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .core-value-item {
    width: calc(33.333% - 21.333px);
  }
}

.about-content {
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.about-content p,
.text-block {
  margin-bottom: 1rem;
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.about-content ul,
.about-content ol {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
}
.about-content ul {
  list-style: disc;
}
.about-content ol {
  list-style: decimal;
}
.about-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
