.mns-first-touch-field {
    margin: 1.25rem 0;
}

.mns-first-touch-field label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.mns-first-touch-field select {
    box-sizing: border-box;
    width: 100%;
    max-width: 36rem;
    min-height: 2.75rem;
}

