/* Адаптация H2 внутри CMS-статей Екатерины Пислегиной на мобильных */
@media screen and (min-width: 480px) and (max-width: 639px) {
  #rec3615442701 h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
}

@media screen and (max-width: 479px) {
  #rec3615442701 h2 {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}