.CardWrapper{align-items:stretch;column-gap:10px;display:grid;flex-direction:row;flex-wrap:wrap;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:space-between;row-gap:10px}.CardItem{align-items:stretch;align-self:stretch;display:flex;fill:#6947d1;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;justify-items:center;justify-self:stretch}@media (max-width:767px){.CardItem{align-items:stretch;align-self:stretch;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;justify-items:center}}.CardItemText{align-items:stretch;align-self:stretch;background-color:rgba(0,0,0,0.4);color:#ffffff;flex-direction:column;font-size:20px;font-weight:500;justify-items:center;justify-self:center;line-height:175px;text-align:center;text-wrap:wrap}.CardItemText a{text-decoration:none;text-shadow:rgba(0,0,0,1) 1px 1px 2px;color:#ffffff;cursor:pointer}@media (max-width:767px){.CardItemText{align-self:stretch;background-color:rgba(0,0,0,0.5)}.CardItemText a{color:#ffffff;cursor:pointer;text-decoration:none}}