.cadencestats {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}
.cadencestats .title {
    font-family: "Metropolis Regular";
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.24px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    color: #333;
    width: 100%;
}

.cadencestats .description {
    font-family: "Metropolis Regular";
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16px;
    color: #333;
    padding: 0.5rem 0 1rem;
    width: 100%;
}

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

.cadencestats .card {
    min-width: 190px;
    width: auto;
    height: 190px;
    margin-left: 2rem;
}

.cadencestats .graphCard {
    margin-right: 2rem;
}

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

.cadencestats .graphCard .cardTitle,
.cadencestats .card .cardTitle  {
    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%;
}

.cadencestats .graphCard .graph {
    min-width: 300px;
    width: 100%;
    padding: 20px;
}