.cards-module{padding:40px 0}.cards-wrapper{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.boxed-title-webinars{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:20px;width:100%}.title-feed{min-width:fit-content!important;width:100%}.hr-between-webinars{background:#000;height:1px;min-width:500px;width:100%}.card-a{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-a: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-art{display:flex;flex-direction:column;flex-grow:1;padding:20px}.card-title-art{color:#4fa3d1;font-size:18px;font-weight:600;margin-bottom:16px}.card-list-art{color:#4a5568;font-size:14px;margin-bottom:20px;padding-left:18px}.card-list li{margin-bottom:6px}.card-cta-art{color:#1e88e5;font-size:14px;font-weight:600;margin-top:auto}.card-a{background:#fff;border:1px solid #4fa3d1}.card-a,.card-cta,.card-list,.card-title{color:#4fa3d1}@media (max-width:1024px){.cards-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cards-wrapper{grid-template-columns:1fr}}