.content {
    margin-bottom: 50px !important;
}
.area6 {
    width: 100%;
    min-height: 700px;
    /*background-color: #FFF;*/
}
.area6 .inner {
    display: unset !important;
    height: 100%;
}

.area6 .inner h1 {
    line-height: 60px;
    padding-right: 50%;
}

.area6 .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 0;
}

.area6 .content .top {
    display: flex;
}

.area6 .content .top > div {
    flex: 1;
}

.area6 .content .top .left {
    padding-right: 100px;
}

.area6 .content .top .right {
    padding-left: 100px;
}

.area6 .content .top .left div {
    margin-bottom: 50px;
    font-weight: 200;
    font-family: MontserratL;
}


.area6 .right.chino-form > div:nth-child(1),
.area6 .right.chino-form > div:nth-child(2){
    display: flex;
    margin-bottom: 20px;
}

.area6 .right.chino-form > div:nth-child(1) > div,
.area6 .right.chino-form > div:nth-child(2) > div{
    flex: 1;
}

.area6 .right.chino-form > div:nth-child(1) > div:nth-child(1),
.area6 .right.chino-form > div:nth-child(2) > div:nth-child(1) {
    padding-right: 15px;
}

.area6 .right.chino-form > div:nth-child(1) > div:nth-child(2) ,
.area6 .right.chino-form > div:nth-child(2) > div:nth-child(2) {
    padding-left: 15px;
}

.area6 .right.chino-form input {
    height: 55px;
}

.area6 .right.chino-form .chino-btn {
    margin-top: 40px;
}

.area6 .form-label {
    font-size: 16px;
    font-weight: 300;
    font-family: MontserratL;
}
