/* Desktop Layout: 768px to a max of 999px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width:768px) {
.admissions-callout .stats-callout span.big {
    font-size: 2rem;
}
}
@media only screen and (min-width:1000px) {
.admissions-callout .stats-callout span.big {
    font-size: 2.3rem;
}
}