.product-cards{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:2rem; 
  margin:auto;
}
.favicon-image {
  display: block;
  position: relative;
  z-index: 1;
  border-right: 0;
}
.favicon-image .products-card_svgtwo{
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -3px;
  bottom: 0;
  content: '';
  background-position: right;
  background-size: auto;
  height: calc(100% + 4.4px);
}
.favicon-image .products-card_svg{
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -3px;
  bottom: 0;
  content: '';
  background-position: right;
  background-size: auto;
  height: calc(100% + 4.4px);
}
.card-body{
  padding-top:10px;
}
@media(max-width: 640px){
  .product-card, 
  .product-card_two {
    flex:0 0 100%!important;
    width:100%;
  }