.key-points-block__items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--spacing);list-style-type:none;padding:0;width:auto}.content-area-sidebar .key-points-block__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:flex;flex-direction:column}.key-points-block__item{-webkit-box-align:center;-webkit-box-pack:center;align-items:center;background-color:var(--key-points-block-bg);border-radius:var(--key-points-block-border-radius);color:var(--key-points-block-fg);display:grid;gap:var(--spacing-xxs);grid-template-areas:"number" "text";grid-template-rows:1fr 1fr;height:var(--key-points-block-size);justify-content:center;padding:var(--spacing);text-align:center;width:var(--key-points-block-size)}@media screen and (min-width:768px){.key-points-block__item{padding:var(--spacing-s)}}@media screen and (min-width:1024px){.key-points-block__item{padding:var(--spacing-m)}}.key-points-block__number{align-self:flex-end;font-size:2rem;font-weight:var(--key-points-block-number-weight);grid-area:number;line-height:1;margin-bottom:0}.key-points-block__text{align-self:flex-start;font-size:1rem;font-weight:var(--key-points-block-text-weight);grid-area:text;line-height:1.5;margin-bottom:0}