.cards {
  position: relative;
  z-index: 2;
  display: grid;
}

.cards .img-container {
  min-height: 64px;
}

{# 
.cards .cards__card {
      position: relative;
    top: -100px;
  }
 #}

.cards__card .hs_cos_wrapper_type_inline_rich_text *:last-child {
  margin-bottom: 0;
}
 

  .cards__card h4 {
       font-size: 23px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 400;
  }


