.three-col-content{background-color:var(--color-grey600);display:grid;gap:1px;grid-template-columns:repeat(3,1fr)}.three-col-content .fact{align-items:center;background-color:var(--color-background);display:flex;flex-flow:column nowrap;padding:0 40px;text-align:center}.three-col-content .fact img{height:45px;margin-bottom:20px;width:45px}@media (max-width:768px){.three-col-content{grid-template-columns:repeat(1,1fr)}.three-col-content .fact{padding:40px 0}}