.resources{display:grid;gap:30px;grid-template-columns:1fr}.resources .box{animation-duration:.3s;animation-timing-function:linear;background-color:#0c0f15;border:1px solid rgba(241,245,249,.2);border-radius:8px;padding:20px;position:relative;text-decoration:none;transition-property:all}.resources .box:not(:hover){border:1px solid rgba(241,245,249,.2)!important}.resources .box:hover{background-color:rgba(241,245,249,.05)}.resources .box .r-title>div{color:inherit;font-size:13px;font-weight:600;line-height:1.4}.resources .box .r-heading>div{color:#fff;font-size:24px;font-weight:600;line-height:1.25;margin-top:5px}.resources .box .r-content>div{color:#fff;font-size:16px;font-weight:400;line-height:1.4;margin-top:15px;opacity:.75}.resources .box:before{background:url(https://go.cyware.com/hubfs/LP/arrow-icon.svg) no-repeat 50%;background-size:100% auto;content:"";height:25px;position:absolute;right:16px;top:16px;width:25px}@media (min-width:992px){.resources{grid-template-columns:1fr 1fr}}@media (min-width:1280px){.resources{grid-template-columns:1fr 1fr 1fr}}