.cards, 
.cards__item {
  display: flex;
  flex-wrap: wrap;
}

.cards__item {
  position: relative;
  flex-flow: column;
}

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

.cards__item .cards__item-link {
  flex-flow: column;
}

.cards__content {
  /*height: 100%;*/
  position: relative;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}

.cards__content-image {
  /*display: inline-block;*/
  height:350px;
  width:100%;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

.cards__content-cta {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
}

.cards__content-cta .button {
  display: inline-block;
}

.cards__item-link {
  display: flex;
  background-color: transparent;
  text-decoration: none !important;
}

.cards__content-text-title{
  margin-bottom:12px;
}

.card__icon--container {
  width: fit-content;
  padding: 10px;
  height: fit-content;
  margin-bottom:20px;
}


.card__icon,
.card__icon--container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__icon{
  width:32px;
  height:32px;
}

.card__icon--container span svg{
  width:auto;
  height:auto;
  max-width:90%;
  max-height:90%;
}

.card__icon--container-image{
  max-height:50px;
  max-width:50px;
  margin-bottom:20px;
  height:auto;
}

.cards__content-text.aside__icon{
  display:flex;
  gap:15px;
  align-items:flex-start;
}
/** Layouts - Image Top **/
.cards--image-top {
  margin-bottom: 1em;
}
/** END Layouts - Image Top **/

/** Layouts - Text on Image */
.cards__content-text-on-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

.cards__item:hover .cards__content-text-on-image {
  transform: scale(1.1);
}

.cards--text-on-image .cards__item {
  overflow: hidden;
}
/** End Layouts - Text on Image **/


@media screen and (max-width: 800px){
  
  .card__icon--container.index{
    margin: 0px auto; 
    margin-bottom: 30px;   
  }
  
} 




