.cq{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,.5fr));grid-row-gap:.4rem;row-gap:.4rem;grid-column-gap:.8rem;column-gap:.8rem}@media only screen and (max-width:1128px){.cq{grid-template-columns:repeat(auto-fill,minmax(30rem,1fr))}}@media only screen and (max-width:749px){.cq{grid-template-columns:repeat(auto-fill,minmax(27rem,1fr))}}.cr{display:flex;justify-content:space-between;width:100%;padding:.8rem 1.8rem;gap:1.4rem;border-radius:1rem;background-color:#4e4e4e;font-family:Inter,sans-serif;font-size:1.8rem;line-height:128%;font-weight:400;color:#fbfbfb;box-shadow:0 1rem 2rem rgba(0,0,0,.1),0 1rem 1rem rgba(0,0,0,.1)}@media only screen and (max-width:567px){.cr{font-size:1.4rem}}.cr p{text-align:end}@media only screen and (max-width:749px){.cr{padding:.8rem}}