.cards-facts{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:721px){.cards-facts{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1024px){.cards-facts{display:flex;flex-direction:column;gap:24px}}.cards-facts__item{background-color:#fff;border:2px solid #ebc4ad;border-radius:16px;display:flex;flex-direction:column;gap:0;overflow:hidden;padding:16px}@media screen and (min-width:1024px){.cards-facts__item{padding:24px}}.cards-facts__item__headline{color:#00eaff;display:block;font-weight:500;margin-bottom:0}.cards-facts__item__headline span{font-weight:500}.cards-facts__item__text{display:block;font-size:14px;font-weight:300;letter-spacing:.01rem;line-height:22px;margin-bottom:0}@media screen and (min-width:481px){.cards-facts__item__text{font-size:24px;font-weight:300;letter-spacing:.01rem;line-height:32px}}@media screen and (min-width:1024px){.cards-facts__item__text{font-size:24px;font-weight:300;letter-spacing:.01rem;line-height:32px}}