.three-col-content{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background-color:var(--color-grey600)}.three-col-content::after{display:none;content:''}.three-col-content .fact{display:flex;flex-flow:column nowrap;align-items:center;padding:0 40px;text-align:center;background-color:var(--color-background)}.three-col-content .fact img{width:45px;height:45px;margin-bottom:20px}.three-col-content-carousel-info{display:none;flex-flow:row nowrap;margin-top:20px;padding:0 20px}.three-col-content-controls{display:flex;flex-flow:row nowrap;margin-left:auto}.three-col-content-controls .ctrl{cursor:pointer}.three-col-content-controls .ctrl svg{transition:fill .3s ease;fill:var(--color-base);width:24px;height:24px}.three-col-content-controls .ctrl:hover svg{fill:var(--color-primary)}.three-col-content-controls .ctrl.ctrl-next{margin-left:15px}@media(max-width:768px){.three-col-content{transition:opacity .3s ease;grid-template-columns:repeat(1,1fr);background-color:unset;height:auto}.three-col-content::after{content:'flickity'}.three-col-content.notready{opacity:0;height:550px}.three-col-content .fact{width:100%;padding:40px 0;background-color:unset}.three-col-content-carousel-info{display:flex}}