.cards-module{padding:40px 0}.cards-wrapper{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.boxed-title-webinars{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:20px;width:100%}.title-feed{max-width:fit-content!important;width:100%}.hr-between-webinars{background:#000;height:1px;min-width:500px;width:100%}.card-w{border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;min-height:320px;overflow:hidden;text-decoration:none;transition:all .3s ease}.card-w:hover{box-shadow:0 12px 24px rgba(0,0,0,.12);transform:translateY(-6px)}.card-image img{display:block;height:200px;object-fit:cover;width:100%}.card-content{display:flex;flex-direction:column;flex-grow:1;padding:20px}.card-title{color:#1f2a44;font-size:18px;font-weight:600;margin-bottom:16px}.pretitle{background:#fff;border:1px solid #010101;border-radius:20px;color:#000;font-size:11px;font-weight:700;margin-bottom:12px;padding:6px 12px;text-transform:uppercase;width:fit-content}.card-list{color:#4a5568;font-size:14px;margin-bottom:20px;padding-left:18px}.card-list li{margin-bottom:6px}.card-cta{color:#1e88e5;font-size:14px;font-weight:600;margin-top:auto}.card-w{background:#fff;border:1px solid #fefefe}.card-cta,.card-list,.card-title,.card-w{color:#010101}@media (max-width:1024px){.cards-wrapper{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.cards-wrapper{grid-template-columns:1fr}}