.tile-items{display:grid;gap:3rem;grid-template-columns:repeat(auto-fill, 18rem);margin-bottom:2rem;margin-top:2rem}.tile-items.tile-value-items{grid-template-columns:1fr}.tile-item{display:flex;flex-direction:column;width:18rem}.tile-item>.tile-image{padding:0;width:100%}.tile-item>.tile-image>img{margin:0 0 auto;height:8.8rem;width:8.8rem}.tile-item>p{margin-top:1rem}.tile-item>p .tile-meaning{color:var(--primary-purple);font-size:85%}@media screen and (width >= 450px){.tile-items.tile-value-items{grid-template-columns:repeat(2, 18rem)}}@media screen and (width >= 768px){.tile-items{gap:4rem;margin-bottom:3rem;margin-top:3rem}.tile-item{display:flex;flex-direction:column}.tile-item>p{margin-top:1rem}}@media screen and (width >= 1024px){.tile-items{gap:3rem;grid-template-columns:repeat(4, 1fr);margin-bottom:4rem;margin-top:4rem}.tile-items.tile-value-items{grid-template-columns:repeat(4, 1fr)}}
