/* Removes 1rem of bottom padding for At a Glance boxes with long primary fact supporting text */
 @media(min-width:992px) {
     .infographic-primaryFacts {
         padding: 1rem 1rem 2rem;
    }
}
