.resource-card{border-radius:30px;display:flex;flex-direction:column;height:100%;overflow:hidden}.resource-card .card-image{background-position:50%;background-size:cover;border-bottom-left-radius:30px;height:240px;margin-bottom:25px;position:relative}.resource-card .card-image:after{border-color:transparent transparent #fff;border-style:solid;border-width:0 0 26px 50px;content:"";display:block;height:0;position:absolute;right:0;top:100%;transform:rotate(0);width:0}.resource-card .card-body{background:#fff;border-top-left-radius:30px;display:flex;flex:1;flex-direction:column;gap:24px;padding:30px}@media (max-width:991px){.resource-card .card-body{gap:16px}}.resource-card .card-body .card-title a{color:inherit;font-weight:inherit;text-decoration:none}.resource-card .card-body .card-format{align-items:center;display:flex}.resource-card .card-body .card-format:before{background:#6e61c9;border-radius:50%;content:"";display:block;height:15px;margin-right:10px;width:15px}.resource-card .card-tags{display:flex;flex-wrap:wrap;gap:8px}.resource-card .card-tags .tag{background:#e6e6e6;border-radius:5px;color:inherit;font-size:12px;font-weight:500;line-height:1.4;padding:2px 8px;text-decoration:none}.resource-card .card-icon{height:65px;margin-bottom:25px}
