.missions{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(auto,270px));-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:640px) and (max-width:767px){.missions{grid-template-columns:1fr 1fr}}@media only screen and (max-width:639px){.missions{grid-template-columns:1fr;max-width:100%}}.missions .mission{border:1px solid #afa9ec;border-radius:12px;padding:32px 24px}.missions .mission__number{color:var(--colors-text-muted,#757575);font-size:64px;font-style:normal;font-weight:400;line-height:24px;opacity:.2;text-align:right}.missions .mission__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.missions .mission__header,.missions .mission__header .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.missions .mission__header .icon{background:var(--icon-background-color,#7165ac);border-radius:32px;color:var(--icon-color,#fff);height:48px;max-width:48px;min-height:48px;width:48px;-webkit-box-pack:center;-ms-flex-pack:center;font-size:24px;justify-content:center;line-height:48px}