.x{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(45rem,1fr));grid-gap:1.6rem;gap:1.6rem}@media only screen and (max-width:767px){.x{grid-template-columns:1fr;gap:.8rem}}.y{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.8rem;gap:1.4rem;border-radius:1rem;background-color:#2c2c2c;border:1px solid #383838;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);transition:color .2s ease-out}@media only screen and (max-width:567px){.y{font-size:1.4rem}}.y>i{width:2.4rem;height:2.4rem;color:#ff5c00}.y>span:first-of-type{margin-right:auto}@media(hover:hover){.y:hover{color:#c14600}}@media only screen and (max-width:749px){.y{gap:.8rem;padding:.8rem}}