.features{overflow-x:hidden;margin-top:-10rem}.features .box{background:rgb(var(--color-primary));border-radius:.25rem;color:rgb(var(--color-white));padding:4rem;margin:0 -4.5rem;align-items:center}.features .box .features__title{display:flex;flex-direction:column;margin-top:10%;margin-bottom:4rem}.features .box .features__title h2 em{color:currentColor}.features .grid.features__items{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));grid-row-gap:calc(var(--column-gap) * 4);list-style:none;display:grid}.features .grid.features__items .icon{display:flex;width:2rem;height:2rem;margin-bottom:1rem}.features .box .title{margin-bottom:.75rem}@media(min-width:1024px){.features{margin-top:-20rem}.features .box .features__title{margin-top:0;margin-bottom:0}.features .grid.features__items{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));grid-row-gap:6rem}}