.family-page {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.families-wrapper {
    width: 100%;
    max-width: 1880px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    margin: 0 auto;
}

.families-wrapper .box-product-loop {
  position: relative;
  border: 1px solid #D5D5D5;
  margin: 0px;
}

.families-wrapper .box-product-loop:hover .footer-product-loop {
  border-top: 1px solid #224231;
}

.families-wrapper .footer-product-loop .discover-product {
  width: 100%;
  height: 50px;
  position: relative;
}

.families-wrapper .footer-product-loop .discover-product a:hover {
  background-color: #4E685A;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
   .families-wrapper {
       padding: 10px;
   }
   .category-family-title {
       margin-top: 20px;
       margin-bottom: 20px;
   }
}