
/* BITBANK_PC_METHOD_NOTE_TEXT_V36 */

/*
  ПК: карточку описания метода не меняем.
  Увеличиваем только текст внутри ещё примерно на 8%.
*/
@media (min-width:681px){
  .hero-copy .direction-note strong{
    font-size:14.8px !important;
    line-height:1.14 !important;
    margin-bottom:4px !important;
  }

  .hero-copy .direction-note span{
    font-size:13.6px !important;
    line-height:1.21 !important;
  }
}

@media (min-width:681px) and (max-width:980px){
  .hero-copy .direction-note strong{
    font-size:14.5px !important;
  }

  .hero-copy .direction-note span{
    font-size:13.3px !important;
  }
}
