@media (max-width: 1199px) {
  .product-comparison-two > .container > .row {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .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: 15px;
  }
  .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: 15px;
  }
  .product-comparison-two .table-head-row {
    margin-bottom: 1.5rem;
  }
  .product-comparison-two .table-head-row h4, .product-comparison-two .table-head-row h4 * {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
  .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 {
    margin: 0;
  }
  .product-comparison-two .comparison-row .comparison-content * {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .product-comparison-two .comparison-row .comparison-content ul {
    padding-left: 0;
    margin-left: 28px;
  }
  .product-comparison-two > .container > .row {
    padding: 0;
  }
  .product-comparison-two > .container > .row > div {
    padding: 0 15px;
  }
  .product-comparison-two .button-block .container .btn-content {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }
  .product-comparison-two .alt-mobile .table-head-row h4, .product-comparison-two .alt-mobile .table-head-row h4 * {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .product-comparison-two .alt-mobile .button-block .container .btn-content {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .mobile-sm-hidden {
    display: none;
  }
}
