@require 'common/variables.styl' .category-container { ils-container(1.02, 1.02, 30px); .category-name { color: var(--second-text-color); font-size: 1.6em; +ils-tablet() { font-size: 1.5em; } +ils-mobile() { font-size: 1.4em; } font-weight: 600; padding-bottom: 20px; margin-bottom: $component-interspace; border-bottom: 1px solid var(--border-color); } }