.feature_cards{display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}.feature_cards .card{border-radius:24px;padding:32px}.feature_cards .card,.feature_cards .card .title_container{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;text-decoration:none}.no_click_link{pointer-events:none}.feature_cards .card .text,.feature_cards .card .title{max-width:100%}.feature_cards .card .side_image{height:auto;width:100%}.feature_cards .card .side_image.half_image{max-width:50%}.feature_cards .background-image{background-repeat:no-repeat}.card.auto-size{align-self:start}@media (min-width:761px) and (max-width:1024px){.feature_cards{grid-template-columns:repeat(2,1fr)}.feature_cards .card.no_text{min-height:280px}}@media (max-width:760px){.feature_cards{grid-template-columns:1fr}.feature_cards .card{flex-direction:column!important;grid-column:span 1!important}.feature_cards .card .side_image.half_image{max-width:100%}.feature_cards .card.no_text{min-height:280px}}