area:-webkit-any-link, area {
    cursor: pointer !important;
}
.cards.latest_ones {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: center;
}

.cards__card.latest_one {
  align-items: center;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
  max-width: 100%;
  justify-content: center;
  width: 47%;
}
.cards__card.latest_one a {
  text-decoration: none;
}
.card__image {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0.7rem 10px;
}

.cards__card.latest_one .card__text {
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {  
  h1.banner-area_module_header {
    line-height: 1.3em;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
  }
  .banner-area_container {
    width: 92%;
  }
  .banner-area-content-container {
    width: 92%;
    padding: 10px 0;
    text-align: center;
  }
  .cards {
    flex-direction: column;
  }
  .cards__card.latest_one {
    width: 100%:
  }
  .cards__card.latest_one {
    width: 100%;
  }
}