.expanding-cards{display:flex;gap:24px;width:100%}.expanding-card{background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius);box-sizing:border-box;cursor:pointer;flex:1 1 33.33%;overflow:hidden;padding:48px;position:relative;transition:all .3s ease}.expanding-card.expanded{background:linear-gradient(111deg,rgba(87,214,227,.11) 1.03%,hsla(0,0%,100%,.6) 46.78%,#fff),hsla(0,0%,100%,.8);flex:1 1 50%}.expanding-card p{height:0;max-height:0;opacity:0;overflow:hidden;transition:all .4s ease}.expanding-card.expanded p{height:auto;max-height:500px;opacity:1}.expanding-card.expanded~.expanding-card,.expanding-card:not(.expanded):has(~.expanding-card.expanded){flex:1 1 25%}.expanding-card svg{bottom:48px;left:48px;opacity:1;position:absolute}.expanding-card.expanded svg{opacity:0}.expanding-cards__content{margin-bottom:60px;max-width:954px}@media (max-width:768px){.expanding-cards{display:flex;flex-direction:column;gap:24px;width:100%}}