.cadient-product-with-image .subtop {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--g-font-color-subtop);
}

.cadient-product-with-image .txt-body {
  color: var(--color-body-text);
}

.cadient-product-with-image .product-image__banner_in .subtop {
  color: var(--g-font-color-subtop);
}

.cadient-product-with-image .product-image__banner_in h3 {
  color: var(--g-color-heading);
}

.cadient-product-with-image .product-image__banner_in .txt-body {
  color: var(--color-body-text);
}

.section-block h2 {
  font-size: 44px;
  line-height: 62px;
}
@media only screen and (max-width: 749px) {
  .section-block h2 {
  font-size: 28px !important;
  line-height: 1.3;
}
}