#comparative-targets { width: 100%; justify-content: center; align-items: center; flex-wrap: wrap; } #comparative-targets ul { width: 100%; display: flex; justify-content: space-around; /* align-items: center; */ flex-wrap: wrap; } #comparative-targets li { margin: 1em; background: var(--colour); padding: 1em; width: 12em; display: flex; flex-direction: column; justify-content: space-between; align-items: center; flex-wrap: wrap; border-radius: 0.6em; box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; } #comparative-targets .title { margin-bottom: 0.6em; } #comparative-targets .value { font-size: 180%; } #comparative-targets .unit { } #comparative-targets .explanation { font-size: 150%; text-decoration: none; line-height: 0; } #comparative-targets #microNotApplicable { font-style: italic; text-align: center; font-size: 90%; } #comparative-targets .microNotApplicable { opacity: 0.85; filter: grayscale(80%); }