.grid-three-boxes{grid-template-columns:1fr;grid-gap:24px;margin-top:80px}@media (min-width:900px){.grid-three-boxes{grid-template-columns:1fr 1fr 1fr}}.grid-three-boxes .box{padding:40px 24px}.grid-three-boxes .box a:hover .btn .button-arrow:after{transform:translateX(.2em)}.grid-three-boxes .box a{text-decoration:none;display:inline-block}.grid-three-boxes .box a p.title{color:#000}.grid-three-boxes .box .btn{color:#09f;font-size:.8em}.box .btn .button-arrow:after{content:"";width:1.3em;height:1.3em;margin-left:.2em;margin-top:-.2em;display:inline-block;vertical-align:middle;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.133h11.667M10.333 4.3l5.834 5.833-5.834 5.833' stroke='%2309F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:50%;transition:transform .2s ease-in-out}.grid-three-boxes .box:hover p.title{text-decoration:underline}