#request-appointment {
    max-width: 1440px;
    margin: 0 auto;
    padding: 2em;
}

#request-appointment p,
#request-appointment li {
    color: #5D6263;
}

form {
    margin-bottom: 3em;
    margin-top: 3em;
}

#request-appointment input,
#request-appointment textarea {
    margin-bottom: 2em;
}

#phone {
    width: 200px;
}

#request-appointment #explanation {
    color: #AEB7B8;
    font-size: 14px;
}

#radio-group {
    margin-top: 2em;
    margin-bottom: 2em;
}

#spamAnswer {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    width: 50px;
}