.section-matching-product .matching-product-item {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #22232133;
  gap: 20px;
}
.section-matching-product .matching-product-item .product-media-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.matching-product-wrapper {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .matching-product-wrapper {
    padding-bottom: 64px; 
  }
}