.custom-features-grid{position:relative;width:100%;padding:3rem 1.5rem}@media screen and (min-width:1024px){.custom-features-grid{padding:0 3rem}}@media screen and (max-width:500px){.custom-features-grid{padding:2rem 1.5rem}}.custom-features-grid__container{margin:0 auto 0;padding-top:0;display:flex;flex-wrap:wrap;justify-content:center;max-width:1150px}@media screen and (max-width:500px){.custom-features-grid__container{margin-top:20px;padding-left:5px}}@media screen and (max-width:1024px){.custom-features-grid__container{padding-top:20px}}.custom-features-grid__grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:799px){.custom-features-grid__grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.custom-features-grid__grid{gap:7.5rem}}@media screen and (max-width:1024px){.custom-features-grid__grid{gap:0}}.custom-features-grid__item{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}@media screen and (max-width:500px){.custom-features-grid__item{margin-bottom:28px}}.custom-features-grid__item:hover{transform:translateY(-5px)}.custom-features-grid__image-wrapper{width:120px;max-width:200px;margin-bottom:1rem;overflow:hidden}@media screen and (max-width:799px){.custom-features-grid__image-wrapper{max-width:150px}}.custom-features-grid__image{width:100%;height:auto;display:block;transition:transform .3s ease}.custom-features-grid__text{margin-top:10px;font-size:16px;line-height:1.4;color:#0058b7;font-family:TTNormsPro,open-sans,sans-serif}.custom-features-grid__text p{margin:0}.custom-features-grid__text b,.custom-features-grid__text strong{font-weight:700}.custom-features-grid__image.placeholder-svg{background-color:rgba(var(--color-foreground),.04);min-height:150px}.homepage .custom-features-grid{margin-top:5px}