.color-card,.color-cards{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.color-card{color:#fff;max-width:420px;padding:2rem}@media(max-width:767px){.color-card{margin:1rem 0}}.color-card__content{display:flex;flex-direction:column;justify-content:space-between;width:100%}.color-card__title{font-family:Open Sans,"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"sans-serif",Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.5em;font-weight:700;margin:0}.color-card__description{font-size:1em;margin-top:1rem}.color-card__cta{color:#fff;display:inline-block;font-weight:700;margin-top:2rem;position:relative;text-decoration:none;width:fit-content}.color-card__cta:after{border-right:2px solid #fff;border-top:2px solid #fff;content:"";display:inline-block;height:9px;max-height:9px;max-width:9px;min-height:9px;min-width:9px;position:absolute;right:-12px;top:50%;transform:rotate(45deg) translateY(-55%);width:9px}.color-card__image img{height:auto;width:100%}@media(min-width:720px){.color-card{width:calc(33.33333% - 1rem)}}