.product-comparison-two .table-head-row > div:first-of-type, .product-comparison-two .product-image-row > div:first-of-type, .product-comparison-two .product-link-row > div:first-of-type, .product-comparison-two .comparison-row > div:first-of-type {
  padding-right: 70px;
}
.product-comparison-two .table-head-row > div:last-of-type, .product-comparison-two .product-image-row > div:last-of-type, .product-comparison-two .product-link-row > div:last-of-type, .product-comparison-two .comparison-row > div:last-of-type {
  padding-left: 70px;
}
.product-comparison-two .table-head-row {
  margin-bottom: 1rem;
}
.product-comparison-two .table-head-row h1, .product-comparison-two .table-head-row h2, .product-comparison-two .table-head-row h3, .product-comparison-two .table-head-row h4, .product-comparison-two .table-head-row h5, .product-comparison-two .table-head-row h6 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #397c18ff;
  padding: 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.product-comparison-two .table-head-row h1 *, .product-comparison-two .table-head-row h2 *, .product-comparison-two .table-head-row h3 *, .product-comparison-two .table-head-row h4 *, .product-comparison-two .table-head-row h5 *, .product-comparison-two .table-head-row h6 * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
.product-comparison-two img {
  max-width: 100%;
}
.product-comparison-two > .container > .row {
  padding: 0 70px;
}
.product-comparison-two .section-title h4 {
  text-align: left;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #97979751;
}
.product-comparison-two .comparison-row .comparison-content p:last-child {
  margin-bottom: 2.5rem;
}
.product-comparison-two .comparison-row .comparison-content ul {
  margin-bottom: 0;
}
.product-comparison-two .comparison-row .comparison-content ul li:before {
  color: #397c18ff;
  font-size: 20px;
  width: 28px;
  margin-left: -28px;
}
.product-comparison-two .product-link-row {
  margin-bottom: 1.75rem;
}
.product-comparison-two .product-link-row div {
  height: 100%;
}
.product-comparison-two .product-link-row > div {
  height: auto;
}
.product-comparison-two .product-link-row .button-block {
  margin-bottom: 0;
}
.product-comparison-two .product-link-row .button-block .container {
  padding: 0;
}
.product-comparison-two .product-link-row .button-block .container .btn-content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 0 15px 0;
}
.product-comparison-two .product-link-row .button-block .container .btn-content > span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
