.page-content {
  color: #bebebe;
}

.page-content figure {
  width: 80% !important;
  margin: 20px auto;
  text-align: center;
  color: #bebebe;
}

.page-content figure img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.page-content p {
  color: #bebebe;
  margin: 20px 0;
  line-height: 22px;
  font-size: 16px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
  margin: 20px 0;
}

.page-content ul, .page-content ol {
  font-size: 16px;
  line-height: 22px;
  color: #bebebe;
}

.page-content p strong a {
  color: #3f65e2;
}
