/* BREAKPOINTS */
.c-blog__image-wrapper img {
  max-width: 80%;
  width: 100%;
  margin: 4rem auto;
  height: auto;
  display: block;
}
.c-blog__date {
  padding: 3rem 0 3rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #00838F;
  text-align: right;
}
.c-blog__content p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #090909;
}
.c-blog__content li {
  font-size: 1.125rem;
  line-height: 1.6;
}
.c-blog__content h2, .c-blog__content h3, .c-blog__content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #090909;
}
.c-blog__content h2::first-letter, .c-blog__content h3::first-letter, .c-blog__content h4::first-letter {
  color: #00838F;
  border-bottom: 4px solid #00838F;
}