[data-columns='col-2'] .productcards__card {
  width: 48.5%;
}
[data-columns='col-2'] .productcards__card.productcards__card--hideCTA > a .styleAsLink {
  align-self: flex-end;
}
[data-columns='col-2'] .productcards_image {
  display: flex;
  align-items: flex-start;
  margin: 0 25px 0 0;
  flex: 1 1 40%;
  width: 25%;
}
[data-columns='col-2'] .productcards_image picture {
  aspect-ratio: 1;
}
[data-columns='col-2'] .productcards_info {
  flex: 1 1 auto;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
