.quarter-row{display:flex;flex-flow:row wrap}.quarter-row.grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem}.quarter-row.fullwidth{display:block}.quarter-row .column{background:#eee;flex:0 0 25%;font-size:.875rem;padding:1em}.quarter-row .column h4{font-size:1rem;margin:0 0 .5rem}.quarter-row .column img{border-radius:.3125em;width:100%!important}.section-title{margin-bottom:1rem;margin-top:2.5rem;text-transform:uppercase}.section-title:before{background:#000;content:"";display:block;height:2px;margin:2em 0 .5em;width:50px}@media (max-width:992px){.quarter-row.grid{grid-template-columns:repeat(2,1fr)}.quarter-row .column{font-size:.8125rem}.quarter-row .column h4{font-size:.875rem}}@media (max-width:530px){.quarter-row.grid{grid-template-columns:1fr}.quarter-row .column,.quarter-row .column h4{font-size:medium}.quarter-row{flex-flow:column}}