.custom-section{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding-left:32px;padding-right:32px;position:relative;width:100%}.background-layer{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.section-richtext{display:flex;flex-direction:column;justify-content:center;z-index:2}.icon-cards{align-items:stretch;flex-direction:row;flex-wrap:wrap;gap:24px;max-width:1400px;z-index:2}.icon-cards,.icon-cards__card{display:flex;justify-content:flex-start}.icon-cards__card{align-items:flex-start;background-color:var(--white);border-radius:40px;flex:1 0 calc(33.333% - 48px);flex-direction:column;padding:52px;transition:.3s ease-in-out}.icon-cards__card:hover{background-color:#b4f9ff;box-shadow:0 24px 40px 0 rgba(0,3,68,.05)}.icon-cards__card .icon-cards__card__icon{margin-bottom:30px;max-height:75px;width:auto}.icon-cards__card h4{margin-bottom:20px}.icon-cards__card p{line-height:1.3}.icon-cards__card p:last-of-type{margin-bottom:0}.icon-cards__card__cta{align-items:flex-end;display:flex;flex-grow:1}@media screen and (max-width:1024px){.icon-cards__card{flex:1 0 calc(50% - 48px)}}@media (max-width:767px){.icon-cards{flex-direction:column;width:100%}.icon-cards__card{padding:48px 26px;width:100%}.icon-cards__card .icon-cards__card__icon{max-height:40px}.icon-cards__card .primary-cta,.icon-cards__card__cta{width:100%}}