.fields-box-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fields-box {
    max-width: 850px;
}

.fields-box > h2 {
    margin: 0 0 36px;
    font-size: 2rem;
    text-shadow: 1px 1px 1px #000;
}

.fields {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
}

.field {
    flex: 0 0 100%;
    margin: 0 0 18px;
}

.contact {
    line-height: 24px;
    font-size: 20px;
}

.fields-box > h2 {
    font-family: 'Lato', sans-serif;
}

@media print, screen and (min-width: 800px) {
    .fields > .field {
        flex: 0 0 50%;
        max-width: 50%;
    }
}