
/* Service icons/text only: separate desktop titles from their subtexts. Other sections are untouched. */
@media only screen and (min-width:991px){
  #main section.greyish .small-icon-text h4{
    margin-bottom:8px!important;
  }
  #main section.greyish .small-icon-text p.text-xs{
    margin-top:0!important;
  }
}
