.fields-box-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fields-box {
    max-width: 850px;
}

h2 {
    margin: 0 0 36px;
    font-size: 2rem;
    text-shadow: 1px 1px 1px #000;
}

h3 {
    margin: 0 0 12px;
    text-shadow: 1px 1px 1px #000;
}

hr {
    width: 90%;
    margin: 0 auto;
}

.section {
    margin: 0 0 36px 0;
    padding: 1rem 1rem 3rem;
}

.section-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    white-space: pre-line;
}

.text {
    width: 70%;
}

.image {
    width: 30%;
}