.component_recipe_steps dt{
  font-size:18px;
  font-size:1.125rem;
}

@media (max-width:767.98px){
  .component_recipe_steps dt{
    font-size:14px;
    font-size:.875rem;
    padding:0;
  }
}
