.post-heading {
  margin-top: 34px;
  margin-bottom: 34px;
}

.post-heading__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.post-heading__item-title {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 13px;
}

.post-heading__item-title img {
  width: 100%;
  height: auto;
  max-width: 35px;
  margin-top: -10px;
}

.post-heading__item-description {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.post-heading__item-description a,
.post-heading__item-description p a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #15c;
}

.post-heading__item-description a:hover,
.post-heading__item-description p a:hover {
  text-decoration: none;
}

.post-heading__item-description p strong {
  font-weight: 700;
}

.post-heading__item-description ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 30px;
}
