#card{align-items:flex-start;background:var(--shades-white-brand,#fff);border-bottom:8px solid #fff;border-radius:0 0 16px 16px;box-shadow:0 4px 20px 0 rgba(34,34,34,.05);display:flex;flex-direction:column;margin-bottom:24px;text-align:center;width:100%}.desktop-card-title,.mobile-card-title{display:none}.desktop-card-title{font-size:36px!important;line-height:45px!important}.mobile-card-title{align-items:center;flex-direction:row;gap:10px;justify-content:center;margin-top:32px;width:100%}.card-text{font-family:Inter,sans-serif;font-size:20px;text-align:center}.img-wrapper{align-items:center;display:flex;height:140px;justify-content:center}.wide{width:100%}@media screen and (max-width:612px){.mobile-card-title{display:flex}.card-image{width:48px}}@media screen and (min-width:613px){.desktop-card-title{display:block}}