body {
    display: flex;
    flex-wrap: wrap;
}

#logo {
    flex: 0 0 auto;
}

#hero {
    flex: 1 1 auto;
    margin-left: 1.5rem;
}

#header-message {
    margin-top: 0.5rem;
    color: #8b4545;
}

#service,
#process,
#pricing,
#questions {
    flex: 1 1 100%;
}

#questions {
    background-color: #e8e8e8;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

#questions > div:first-child {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5rem;
}

#service {
    margin-top: 2rem;
}

#service > div:first-child {
    display: block;
    margin-bottom: 0.5rem;
}

#servicearea {
    font-size: 0.9em;
    color: #8b4545;
    margin-bottom: 0.5rem;
}

#cta {
    margin: 0;
}

#email-instructions {
    margin-left: 1.5rem;
}

#email-instructions > .mail-field:first-child {
    margin-top: 0rem;
}

.mail-field {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
}

.mail-field ul {
    margin-top: 0.25rem;
}

#process h3 {
    margin-bottom: 0.5rem;
}

#pricing h3 {
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}

#steps {
    margin-left: 1.5rem;
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 10px;
    row-gap: 0.25rem;
}

#knifetypes {
    margin-left: 1.5rem;
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 10px;
    row-gap: 0.25rem;
}

#freepickup {
    font-size: 0.9em;
    color: #555555;
}

.step {
    font-weight: bold;
    color: #444444;
}

.knifetype {
    font-weight: bold;
    color: #444444;
}

#emailaddress {
    font-weight: italics;
}