.blog-related-posts {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-related-posts__content p em {font-style: normal;}

.blog-related-posts__content p {
    font-size: 1.5rem;
}
.blog-related-posts__content .cta__ a {
    padding-right: 4rem;
    background-image: url(https://f.hubspotusercontent40.net/hubfs/9409298/arrow_right_alt.png);
    background-size: 3rem;
    background-position: center right;
    background-repeat: no-repeat;
    font-style: italic;
    font-weight: 600;
    color: #002CAB;
}
.blog-related-posts h3 {
  font-size: 2rem;
  display: inline-block;
  margin-top: 3%;
  min-height:8.8rem;
}

.blog-related-posts__post {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 4rem 2rem;
  position: relative;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0px 0px 12px rgb(199 199 199);
  border-radius: 15px;
}

.blog-related-posts__post img {
  margin: -6rem auto 3rem;
  display: block;
  width: 100%;
  min-width: 100%;
  min-height: 20rem;
  max-height: 29rem;
  object-fit: cover;
}

.blog-related-posts__post .blog-related-posts__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.blog-related-posts__post p{font-size:1.6rem}



@media (max-width: 576px) {
  .blog-related-posts__post {
    max-width: 75%;
  }
  
  .image__related {
    max-width: 100% !important; 
  }
}