.three-column-product-card {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .three-column-product-card {
    margin-bottom: 60px;
    margin-top: -30px;
  }
}

@media (min-width: 768px) {
  .three-column-product-card .product-card {
    padding: 0;
  }
}

.three-column-product-card .product-card .content-wrap {
  height: 100%;
  border: 1px solid transparent;
  position: relative;
  padding: 30px 0;
}

.three-column-product-card .product-card .content-wrap img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.three-column-product-card .product-card .content-wrap h4 {
  margin-bottom: 15px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .three-column-product-card .product-card .content-wrap h4 {
    padding: 0 7%;
  }
}

@media (min-width: 768px) {
  .three-column-product-card .product-card .content-wrap {
    padding: 0 15px 15px 15px;
  }
}

@media (min-width: 992px) {
  .three-column-product-card .product-card .content-wrap {
    padding: 30px;
  }
}

.three-column-product-card .product-card:nth-child(2) .content-wrap {
  border-top-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
}

@media (min-width: 768px) {
  .three-column-product-card .product-card:nth-child(2) .content-wrap {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #e2e2e2;
    border-right-color: #e2e2e2;
  }
}

@media (min-width: 768px) {
  .three-column-product-card .product-card:nth-child(2) {
    margin: 2px -1px;
  }
}

@media (min-width: 992px) {
  .three-column-product-card .product-card:hover .content-wrap {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background-color: #ffffff;
    z-index: 1;
  }
}

.three-column-product-card .product-card:first-child .content-wrap {
  padding-top: 0;
}

@media (min-width: 992px) {
  .three-column-product-card .product-card:first-child .content-wrap {
    padding-top: 30px;
  }
}

.three-column-product-card .product-card:last-child .content-wrap {
  padding-bottom: 0;
}
