header.intro h2 {
    color: #49864d;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}
header.intro h3 {
    color: #5E4D3B;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
}
header.intro h4 {
    color: #5E4D3B;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.form-main {
    width: 70%;
    margin: 0 auto;
}

.form-main .form-row-wrapper.left {
    width: 48%;
    float: left;
}

.form-main .form-row-wrapper.right {
    width: 48%;
    float: right;
}

.form-main .form-row {
    clear: none;
    margin-bottom: 24px;
}


.form-main label {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.form-main .form-control {
    color: #5E4D3B;
    box-sizing: border-box;
    transition-property: background,opacity,color;
    transition-duration: .4s;
    backface-visibility: hidden;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 10px 15px;
    height: 56px;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    border: 6px solid #c5af9a;
    border-radius: 0;
    border-image: url(../images/input-border.svg) 3 stretch;
}

.form-main .form-row textarea {
    height: 150px;
}

.form-main .btn-primary {
    transition-property: background,color,opacity;
    transition-duration: .4s;
    backface-visibility: hidden;
    -webkit-appearance: none;
    border: 4px solid #49864d;
    background-color: #49864d;
    border-radius: 4px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 600;
}