.cards{align-items:stretch;display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px;justify-content:space-between}.cards__card{align-items:center;display:flex;flex-wrap:wrap;gap:0;margin-bottom:1.4rem;max-width:100%;padding:30px;width:300px}.card__image{height:auto;margin:1.25rem auto 0;max-width:100%;padding:.7rem}.card__text{width:100%}.card--dark{background:#222;border-radius:30px;box-sizing:border-box;color:#fff;margin:0 auto;max-width:23.75rem;position:relative;text-align:center;width:100%}.ellipse-decoration{aspect-ratio:1/1;background:linear-gradient(180deg,hsla(0,0%,100%,.06) 45%,hsla(0,0%,100%,0));border-radius:50%;filter:blur(10.45px);left:50%;pointer-events:none;position:absolute;top:1.25rem;transform:translateX(-50%);width:63.4%}.card--dark h3{color:#fff;font-size:1.0625rem;margin-bottom:10px}.card--dark p{color:#a8acb5;font-size:.875rem;margin-bottom:0;text-align:left}@media (min-width:767px){.cards{flex-direction:row}.card--dark h3{font-size:1.25rem;margin-bottom:10px}.card--dark p{font-size:.9375rem;margin-bottom:0}}