.post_read_about {
  margin: 40px 0;
}

.post_read_about__wrapper {
  padding: 25px 12px 23px;
  border: 12px solid #ed2891;
  /* max-width: 544px; */
  max-width: 100%;
}

.post_read_about .post_read_about__link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: normal;
}

.post_read_about__link:hover {
  text-decoration: none !important;
}

.post_read_about__text {
  color: var(--tht-color-grey-3);
  font-family: var(--tht-font-family-display);
  font-size: var(--tht-font-size-h4);
  font-weight: 400;
  line-height: 1.1;
}

.post_read_about__title {
  color: var(--tht-color-dark);
  font-family: var(--tht-font-family-display);
  font-size: var(--tht-font-size-h4);
  font-weight: 400;
  line-height: 1.1;
}
