.score-table {
    display: grid;
    width: 630px;
    max-width: 100%;
    margin: 0 auto 30px auto;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border: 1px solid #e1e1e1 !important;
}

.score-cat-title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.score-total {
    font-size: 40px;
    line-height: 2;
    color: var(--sky);
}

.score-cat {
    border: 1px solid #e1e1e1 !important;
}

.gform_confirmation_message h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.gform_confirmation_message p {
    width: 630px;
		max-width: 100%;
    margin: 0 auto;
}

p.score-des {
    margin-bottom: 10px;
}