.grouped-icons{display:flex;flex-direction:row}@media only screen and (max-width:991px){.grouped-icons{flex-direction:column}}.grouped-icons--reversed{flex-direction:row-reverse}@media only screen and (max-width:991px){.grouped-icons--reversed{flex-direction:column}}.grouped-icons__image{max-width:33%;position:relative}@media only screen and (max-width:991px){.grouped-icons__image{max-width:100%}}.grouped-icons__image-wrapper{background-color:var(--secondary);height:100%}.grouped-icons__image-img{height:100%;mix-blend-mode:soft-light;object-fit:cover}.grouped-icons__image-title{color:#fff;font-family:var(--font-headings);font-size:38px;font-weight:400;left:50%;letter-spacing:3.8px;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.grouped-icons__content{background-color:#fff;width:100%}.grouped-icons__content-row{display:flex;flex-direction:row;justify-content:center}.grouped-icons__content-row:not(:last-child){border-bottom:1px solid var(--dark-background)}@media only screen and (max-width:575px){.grouped-icons__content-row{flex-direction:column}}.grouped-icons__content-item{align-items:center;display:flex;flex-direction:column;gap:40px;padding:100px 50px;width:100%}.grouped-icons__content-item:not(:last-child){border-right:1px solid var(--dark-background)}@media only screen and (max-width:575px){.grouped-icons__content-item:not(:last-child){border-bottom:1px solid var(--dark-background);border-right:0}}@media only screen and (max-width:991px){.grouped-icons__content-item{padding:30px}}.grouped-icons__content-icon{height:48px;width:auto}.grouped-icons__content-text{color:#000;font-family:var(--font-headings);font-size:15px;font-weight:600;letter-spacing:1.5px;margin:0;text-align:center}