.features{display:grid;gap:48px;grid-template-columns:1fr}.feature--light :is(.feature__title,.feature__desc){color:var(--white)}.feature__icon{align-items:center;display:flex;height:100%;justify-content:center;margin-bottom:20px;max-height:120px;max-width:120px;width:100%}.feature__icon-image{height:auto;max-height:100%;max-width:100%;width:auto}.feature__title{font-weight:700;margin-bottom:12px}.feature__desc{margin-bottom:0}@media (min-width:640px){.features{grid-template-columns:repeat(2,1fr)}.feature__icon{margin-bottom:32px;max-height:160px;max-width:160px;padding:32px}}