.top-cards{display:flex;flex-direction:column;justify-content:space-evenly}@media screen and (min-width:64em){.top-cards{flex-direction:row}}.top-card{display:flex;flex-direction:row;justify-content:space-around;min-height:9.375rem;background-color:var(--bs-white);border-radius:1.25rem;border:.0625rem solid var(--color-gray-4);flex-grow:1;margin:.5rem 0;padding:1rem}@media screen and (min-width:64em){.top-card{margin:0 .5rem;width:33.3333333333%}}.top-card__text-container{display:flex;flex-direction:column;justify-content:center;width:75%;font-family:var(--font-secondary)}.top-card__icon-container{display:flex;align-items:flex-end}.top-card__title{margin:0;font-size:1.5rem;font-weight:600;color:var(--bs-primary)}@media screen and (min-width:120em){.top-card__title{font-size:1.75rem}}.top-card__status-name{margin:.5rem 0 0;font-size:1rem;color:var(--color-gray-26)}@media screen and (min-width:120em){.top-card__status-name{font-size:1.125rem}}.top-card__value{margin:0;font-size:1.25rem;font-weight:800}@media screen and (min-width:120em){.top-card__value{font-size:1.375rem}}@media screen and (min-width:64em){.top-card:first-child{margin-left:0}.top-card:last-child{margin-right:0}}.top-card:nth-child(1n) .top-card__value{color:var(--color-red)}.top-card:nth-child(2n) .top-card__value{color:var(--color-orange)}.top-card:nth-child(3n) .top-card__value{color:#58be6e}