.about-values{.section-title{*{color:var(--white)}}.value-row{--gutter-x:0.5rem;display:grid;flex:1;gap:var(--gutter-x);grid-template-areas:"a a b" "c d d";margin-left:auto;max-width:990px}.value:first-of-type{grid-area:a}.value:nth-of-type(2){grid-area:b}.value:nth-of-type(3){grid-area:c}.value:nth-of-type(4){grid-area:d}.value{background:var(--black);border-radius:8px;color:var(--white);display:flex;flex-direction:column;padding:1rem}.value-name{color:var(--pink);font-size:1rem}.value-metric{color:var(--white);font-size:2.8rem}.value-label{font-size:.6rem;margin-bottom:0;margin-top:auto}@media (max-width:768px){.value-row{grid-template-areas:"a b" "c d"}}@media (max-width:550px){.value-row{display:flex;flex-flow:column}}@media (min-width:1400px){.about-values-container{align-items:center;display:flex;flex-flow:wrap;gap:2rem;justify-content:space-between}.value-row{display:flex;margin-left:0;max-width:1300px}.value{width:calc(50% - var(--gutter-x))}}}