.cards-with-header{display:flex;flex-direction:column;flex-wrap:wrap;gap:40px;margin:0 auto;max-width:1120px;width:100%}.card-with-header{background:#fff;border:1px solid #eff0f6;border-radius:16px;box-shadow:3px 3px 20px rgba(73,80,117,.12);padding:20px 25px}.card-with-header__header{display:flex;flex-wrap:wrap;padding-bottom:24px;width:100%}.card-with-header__image{margin-bottom:24px}.card-with-header__title{color:#161c2d;font-family:var(--secondary-font-family);font-size:14px;font-style:normal;font-weight:700;line-height:18px;width:100%}@media screen and (min-width:650px){.cards-with-header{flex-direction:row;gap:80px;justify-content:center}.card-with-header{width:calc(50% - 40px)}}@media screen and (min-width:998px){.cards-with-header{gap:14%}.card-with-header{border:1px solid #eff0f7;border-radius:24px;max-width:480px;width:36%}.card-with-header__header{align-items:center;flex-wrap:nowrap;padding-bottom:35px}.card-with-header__image{margin-bottom:0;margin-right:24px}.card-with-header__title{font-size:18px;font-weight:600;line-height:20px}}