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

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

.cognitivescore .description {
    font-family: "Metropolis Regular";
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #333;
    padding: 10px 20px;
}

.cognitivescore .scoreValue {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: "Metropolis Medium";
    font-size: 84px;
    letter-spacing: 0.84px;
    color: #0d4962;
}

.cognitivescore .performance {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
