.cards{padding-bottom:3.125rem;position:relative}.cards__content{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem}.cards__card,.cards__content{display:-webkit-box;display:-ms-flexbox;display:flex}.cards__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;background:var(--bg-color-grey-bright);border-radius:var(--border-radius-8);gap:1.25rem;justify-content:space-between;max-width:calc(33.33333% - .5rem);padding:1.25rem;width:100%}.cards__card-title{font-family:var(--font-yango--headline);font-size:var(--font-headline--lg);font-style:normal;font-weight:900;letter-spacing:-.035rem;line-height:90%;max-width:24rem}.cards__card-icon{height:auto;max-width:100%;width:7.61rem}@media (max-width:767px){.cards{padding-bottom:2rem}.cards__content{gap:.375rem}.cards__card{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;border-radius:var(--border-radius-12);gap:.625rem;justify-content:flex-end;max-width:100%;padding:.313rem .625rem}.cards__card-title{font-family:var(--font-yango--headline);font-size:var(--font-headline--xl);font-style:normal;font-weight:900;letter-spacing:0;line-height:90%}.cards__card-icon{width:3.125rem}}