body {
    margin: 0;
    background-color: #fff;
    color: #000;
}

h2 {
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .contactform-table th {
        border-right: 1px;
    }

    ul.list-inline {
        flex-direction: column !important;
    }

    p {
        font-size: 0.875rem;
    }

    .form-control,
    .mwform-checkbox-field-text {
        font-size: 0.875rem !important;
    }
}