section.bg-white#value-props{background-color:#fff}section.bg-blue#value-props{background-color:#1e2752}section.bg-blue#value-props .value-prop__container{background-color:var(--navy-45);border-color:transparent}section.bg-orange#value-props{background-color:#f26a5c}.value-props{align-items:start;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(40rem,1fr));width:100%}.value-prop__container{align-items:start;border:1px solid #ededf1;border-radius:12px;display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:start;padding:3rem;transition:.9s}.value-prop__container:not(:has(.value-prop__detail)){align-items:center;border:none;flex-direction:row;padding:0}.value-prop__icon{height:4rem;object-fit:contain;width:auto}.value-prop__title{font-size:16px;font-weight:700;line-height:1.25;text-transform:uppercase}section.bg-white .copy-container{color:#1e2752}section.bg-blue .copy-container,section.bg-orange .copy-container{color:#fff}