.wrap-imagem-blog img {
  width: 100%;
}
.container-blog {
  margin: 40px 0 0 0;
}
.headline-cta-blog {
  text-align: center;
  margin: 1.5em 0 1em 0;
}
.headline-cta-blog a {
  color: inherit !important;
  text-decoration: none;
  border-bottom: solid 2px #df2f44;
}
.wrap-card-blog {
  position: relative;
  margin: 0 0 20px 0;
}
.wrap-card-blog::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0);
}
.wrap-card-blog h3 {
  text-align: center;
  font-weight: bold;
  color: #12A98F;
  font-size: 1.2em;
}
.link-blog {
  margin: 0 40px !important;
  text-decoration: none;
}
.headline-tp-second-cta h3 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.container-cta-blog {
  text-align: center;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .list-post {
    display: flex;
    justify-content: space-between;
  }
  .list-post a {
    margin: 0 40px !important;
  }
}
@media (max-width: 425px) {
  .wrap-card-blog {
    margin: 20px 40px !important;
}