.scorecard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    width: 160px;
    min-width: 160px;
    box-shadow: 2px 2px 6px 0px rgba(51, 51, 51, 0.25);
}

.scorecard .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Metropolis Regular";
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.24px;
    background-color: #f0f0f0;
    height: 46px;
    width: 100%;
}

.scorecard .typeAndValue {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
    justify-content: center;
    height: 114px;
    width: 100%;
}

.scorecard .description {
    font-family: "Metropolis Regular";
    font-size: 18px;
    letter-spacing: 0.18px;
    color: #333;
}