.cards,
.cards__item {
  display: flex;
  flex-wrap: wrap;
}
.cards__item.button a.button svg{
  width: 20px;
  height: 20px;
}
.cards .hs_cos_wrapper_type_inline_rich_text *:last-child {
  margin-bottom: 0;
}

.cards--text-on-image .cards__item {
  overflow: hidden;
}

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

.cards__content-button,
.cards__content-cta {
  margin-top: 1em;
}

.cards__content-image {
  display: inline-block;
}

.cards__content-text-on-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s;
  width: 100%;
}
.cards__item .cards__content-button a svg g path{
  fill: inherit;
}
.cards__item.button div.cards__content-text p{
  text-transform: initial;
  font-weight: initial;
  line-height: initial;
}
.cards__item {
  flex-flow: column;
  position: relative;
}

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

.cards__item:hover .cards__content-text-on-image {
  transform: scale(1.1);
}
.cards__item .cards__content-button a.button--icon-right span{
  order: 1;
}

a.button.pwr-cta--hover_link{  
  position: absolute;
  opacity: 0; 
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  clip-path: polygon(0% 23%, 100% 0, 100% 100%, 0% 100%);
  transition: opacity 0.3s ease-in-out;
  
  display: flex;
  justify-content: center;
    gap: 10px;

}


.cards__item:hover a.button.pwr-cta--hover_link{
  opacity: 1;
}

@media (max-width: 992px) {
  a.button.pwr-cta--hover_link{  
    position: relative;
    display: block;
    opacity: 1;
    display: flex;
  justify-content: center;
    gap: 10px;
  }
}
}