.gradient-cards{background:var(--Neutral-Light-Grey,#f2f3f4)}.gradient-cards>.container{gap:40px}.gradient-cards .rich{text-align:center}.gradient-cards .info{display:flex;flex-direction:column;gap:24px;height:100%}.gradient-cards .status{font-weight:700}.gradient-cards .rich h2{margin-bottom:48px}.gradient-cards .card :is(h1,h2,h3,h4,h6,p){margin-bottom:0;margin-top:0}.gradient-cards .button{margin:auto auto 0}.gradient-cards .cards{column-gap:32px;row-gap:42px}@layer components{.gradient-cards .cards .card{background:#fff;border-radius:10px;color:#000;flex:0 1 600px;padding:40px;position:relative;text-decoration:none}.gradient-cards .cards .card:after{background:var(--Neutral-White,#fff);border-radius:inherit;content:"";inset:-1px;opacity:1;pointer-events:none;position:absolute;transition:opacity .3s ease-in-out;z-index:1}.gradient-cards .cards .card:hover:after{opacity:0}.gradient-cards .cards .card .info :is(h3,p){transition:color .3s ease-in-out}.gradient-cards .cards .card:hover .info :is(h3,p){color:#fff}.gradient-cards .cards .card .info{position:relative;z-index:2}.gradient-cards .cards .card h3{margin-top:0}@media (max-width:1250px){.gradient-cards .cards .card{flex-basis:45%}}@media (max-width:768px){.gradient-cards .cards .card{flex-basis:100%}}}