.contact-us-body {
    display: flex;
    justify-content: center;
}

.card-section {
    max-width: 500px;
}

.card {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

.label-value .label {
    font-weight: 500;
}

a.link {
    text-decoration: underline solid;
}
