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