.related-posts .related-posts__title {
  font-weight: 700;
}
.related-posts .related-posts__posts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.related-posts .related-posts__posts li a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  position: relative;
  padding: 8px 40px 8px 20px;
  border: 1px solid #000000;
  border-radius: 30px;
}
.related-posts .related-posts__posts li a:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  right: 16px;
  background: url(../../../../../../../uploads/tenweb-theme/images/icons/arrows/link-button-arrow.svg) no-repeat center;
}
