.problem-card{background:#072942;border:1px solid rgba(12,165,234,.2);border-radius:12px;opacity:1;padding:40px 32px;position:relative;transition:transform .25s ease,box-shadow .25s ease}.problem-card:after{background:#0ca5ea;border-bottom-left-radius:12px;border-top-left-radius:12px;bottom:-1px;content:"";left:-1px;opacity:0;position:absolute;top:-1px;transition:opacity .25s ease;width:3px}.problem-card:hover{box-shadow:0 8px 24px rgba(7,41,66,.2);transform:translateY(-4px)}.problem-card:hover:after{opacity:1}.problem-card.show-anim{opacity:1!important;transform:translateY(0)!important}.problem-header-wrap{align-items:center;display:grid;gap:40px;grid-template-columns:55% 45%;margin-bottom:72px}.problem-grid{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.illus-james svg,.illus-jenny svg,.illus-josh svg{height:auto;max-width:100%}@media (max-width:900px){.problem-header-wrap{gap:48px;margin-bottom:56px}.problem-grid,.problem-header-wrap{grid-template-columns:1fr}}