.post-annotation {
  max-width: 930px;
  width: 100%;
  padding: 0 18px 24px;
  margin: 0 auto;
}

.post-annotation__content {
  background-color: #d3d8eb;
  padding: 14px 20px 36px 36px;
  position: relative;
}

.post-annotation__content::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #d3d8eb;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.post-annotation h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  color: #001e62;
}

.post-annotation__text {
  line-height: 1.6;
  color: #001e62;
}

.post-annotation__text p:last-of-type {
  margin-bottom: 0;
}

.post-annotation__text a {
  text-decoration: underline;
  color: #001e62;
}