.related-articles {
  padding: 35px 0;
}

.related-articles .h1 {
  border-left: 5px solid #E57964;
  padding-left: 20px;
  margin-bottom: 30px;
  font-weight: 800;
  color: #202F60;
}

.related-articles a {
  text-decoration: none;
}

.related-articles a:hover .article-card {
  border: 1px solid #E57964;
  border-bottom: 5px solid #E57964;
}

.related-articles a:hover .article-card::after {
  background: url(../images/Arrow_right_hover_state.svg) no-repeat center center;
}

@media (min-width: 992px) {
  .related-articles a:hover .article-card::after {
    right: 40px;
  }
}

.related-articles .article-card {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-bottom: 5px solid rgba(32, 47, 96, 0.1);
  cursor: pointer;
  position: relative;
}

@media (min-width: 992px) {
  .related-articles .article-card {
    padding: 27px 60px 32px 60px;
  }
}

.related-articles .article-card::after {
  content: '';
  position: absolute;
  background: url(../images/Arrow_right_RelaredArticles.svg) no-repeat center center;
  width: 15px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

@media (min-width: 768px) {
  .related-articles .article-card::after {
    width: 19px;
    height: 33px;
  }
}

@media (min-width: 992px) {
  .related-articles .article-card::after {
    right: 60px;
  }
}

.related-articles .article-card h3 {
  margin-bottom: 10px;
  color: #202F60;
  font-weight: 700;
}

.related-articles .article-card p {
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .related-articles .article-card p {
    padding-right: 45px;
  }
}

.related-articles .article-card span {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
  line-height: 29px;
}
