.features-grid{display:grid;gap:20px;grid-template-columns:1fr;margin-top:2em}@media screen and (min-width:728px){.features-grid{font-size:18px}}@media screen and (min-width:1200px){.features-grid{grid-template-columns:repeat(7,1fr)}}.features-grid__item{align-items:flex-start;background-color:var(--ntrl-50);display:flex;flex-direction:column;padding:20px 24px 24px;position:relative}@media screen and (min-width:728px){.features-grid__item{min-height:180px;padding:36px}}@media screen and (min-width:1200px){.features-grid__item{padding:56px}.features-grid__item:first-child{grid-column:1/5}.features-grid__item:nth-child(2){grid-column:5/-1}.features-grid__item:nth-child(3){grid-column:1/4}.features-grid__item:nth-child(4){grid-column:4/-1}.features-grid__item.with-image .content{max-width:65%}}.features-grid__item .link{display:inline-block;margin-top:2em}.features-grid__item img{bottom:0;display:none;max-height:calc(100% - 40px);max-width:40%;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain;-o-object-position:right;object-position:right;opacity:.2;position:absolute;right:0}@media screen and (min-width:728px){.features-grid__item img{display:block;opacity:.65}}@media screen and (min-width:1200px){.features-grid__item img{opacity:1}}.features-grid .content{margin-bottom:auto;z-index:1}