.product-card-with-icon {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .product-card-with-icon {
    margin-bottom: 60px;
  }
}

.product-card-with-icon .sub-heading {
  margin-bottom: 15px;
  font-weight: 700;
}

.product-card-with-icon .heading-desc {
  display: block;
  padding: 0px 12%;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .product-card-with-icon .heading-desc {
    line-height: 29px;
    margin-bottom: 60px;
  }
}

.product-card-with-icon .desc {
  padding: 0;
  box-shadow: 0px 2px 10px -4px rgba(64, 78, 122, 0.5);
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-card-with-icon .desc .row-border {
    border-bottom: 1px solid #dbdbdb;
  }
}

.product-card-with-icon .desc .col-xl:last-child .product-card:last-child::before {
  border: none;
}

.product-card-with-icon .desc .product-card {
  padding-bottom: 30px;
  position: relative;
  background-color: white;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-card-with-icon .desc .product-card:last-child::before {
    border-right: none;
  }
}

.product-card-with-icon .desc .product-card::before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #dbdbdb;
  left: 15px;
  bottom: 0;
  margin: auto;
  right: 15px;
}

@media (min-width: 768px) {
  .product-card-with-icon .desc .product-card::before {
    border-bottom: none;
    border-right: 1px solid #dbdbdb;
    height: 55%;
    left: auto;
    right: 0;
    top: 0;
  }
}

.product-card-with-icon .desc .product-card.highlighted::before {
  border: none;
}

@media (min-width: 768px) {
  .product-card-with-icon .desc .product-card {
    padding-bottom: 30px;
  }
}

.product-card-with-icon .desc .product-card h3 {
  font-weight: 700;
}

.product-card-with-icon .desc .product-card .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  padding-right: 25px;
  margin-bottom: 30px;
}

.product-card-with-icon .desc .product-card .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #F08B77;
  background-color: #fff;
  margin: 30px 0;
}

.product-card-with-icon .desc .product-card .icon img {
  width: 28px;
}

.product-card-with-icon .desc .product-card .link {
  display: inline-block;
  padding-top: 30px;
  color: #333;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #999999;
  text-decoration-color: #999999;
  transition: all .3s ease-out;
}

.product-card-with-icon .desc .product-card .link:hover {
  color: #404E7A;
  -webkit-text-decoration-color: #F08B77;
  text-decoration-color: #F08B77;
}

@media (min-width: 768px) {
  .product-card-with-icon .desc .product-card .link {
    position: absolute;
  }
}

.product-card-with-icon .desc .product-card .btn-secondary {
  font-weight: 700;
  width: 100%;
  margin-bottom: 0;
  margin-top: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .product-card-with-icon .desc .product-card .btn-secondary {
    bottom: 30px;
    width: auto;
  }
}

.product-card-with-icon .desc .product-card.highlighted {
  background-color: #F3F9FF;
}

.product-card-with-icon.product-card-three-column .desc .product-card {
  border-radius: 10px;
}

.product-card-with-icon.product-card-three-column .desc .product-card::before {
  display: none;
}

@media (min-width: 768px) {
  .product-card-with-icon.product-card-three-column .desc .product-card::before {
    display: block;
    height: calc(100% - 60px);
  }
}

.product-card-with-icon.product-card-three-column .desc .product-card .icon img {
  max-height: 32px;
}

@media (min-width: 992px) {
  .product-card-with-icon.product-card-three-column .desc .row {
    background: #ffffff;
    padding: 0 15px;
  }
}

.product-card-without-icon {
  box-shadow: 0px 2px 10px -4px #404e7a;
  border-radius: 10px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .product-card-without-icon {
    margin-bottom: 60px;
  }
}

.product-card-without-icon .desc {
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 30px 0px;
  margin: 0;
}

@media (min-width: 768px) {
  .product-card-without-icon .desc {
    padding: 30px 0px;
  }
}

@media (min-width: 992px) {
  .product-card-without-icon .desc {
    padding: 60px 15px;
  }
}

.product-card-without-icon .desc h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.product-card-without-icon .desc div:first-of-type button {
  margin-bottom: 52px;
}

@media (min-width: 992px) {
  .product-card-without-icon .desc div:first-of-type button {
    margin-bottom: auto;
  }
}

.product-card-without-icon .desc .btn-secondary {
  padding: 15px 30px 12px 30px;
  font-weight: 700;
  width: 100%;
  margin-top: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .product-card-without-icon .desc .btn-secondary {
    width: auto;
  }
}
