.container {
    width: 100%;
    max-width: 1180px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
	}
.page * {
    box-sizing: border-box;
}
.page h2 {
    font-size: 32px;
    text-transform: uppercase;
}
.page h1, .page h2 {
    margin-top: 0;
    margin-bottom: 1.5em;
    text-align: center;
}
.wpcf7 {
    display: block;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
}
.wpcf7 > div {
    transition: opacity 0.2s ease-out;
}
.page p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 27px;
}
.page input, .page textarea {
    font-size: 18px;
}
.field {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin: 0;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #000;
    font: inherit;
    outline: none;
	opacity: 0.7;
}
.wpcf7-form-control.wpcf7-submit {
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    margin: 0;
    padding: 19px 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
    display: block;
    width: 100%;
    background-color: #006fc0;
    color: #fff;
}