.icon-grid-1{display:grid;grid-gap:var(--gap) 5rem}.icon-grid-1__icon{background:var(--dark-gray);color:var(--white);text-align:center}.icon-grid-1__icon-image{align-items:center;aspect-ratio:1;background:var(--blue);border-radius:50%;display:flex;justify-content:center;margin:0 auto;max-width:109px;padding:2rem}.icon-grid-1__icon-image img{height:auto;width:100%}.icon-grid-1__description,.icon-grid-1__heading{margin-left:auto;margin-right:auto;max-width:34.5rem}.icon-grid-1__description{font-size:1.8rem}.icon-grid-1__icon--card{background-color:var(--light-gray);padding:2rem}.icon-grid-1__description :last-child{margin-bottom:0}@media (min-width:576px){.icon-grid-1--2,.icon-grid-1--3,.icon-grid-1--4{grid-template-columns:repeat(2,1fr)}.icon-grid-1__icon--card{padding:4rem}}@media (min-width:768px){.icon-grid-1--3{grid-template-columns:repeat(3,1fr)}.icon-grid-1__description,.icon-grid-1__heading{max-width:100%}}@media (min-width:992px){.icon-grid-1--4{grid-template-columns:repeat(4,1fr)}}