
.formWrap iframe {
    width: 68%;
    height: 1550px;
    margin-top: 30px;
}
.form-content{
    width: 65%;
    margin: auto;

}
.form-thumbnail img{
    max-width: 100%;
    margin-top: 20px;
}
.headline{
    margin: 30px 0;
}
@media (max-width: 767px) {
    .formWrap iframe {
        width: 90%;
        height: 1690px;
    }
.form-content{
    width: 90%;
}
}
h2{
    border-bottom: 1px solid #e0e0e0;
    margin: 30px 0 0!important;
}
.form-thumbnail{
    margin-bottom: 30px;
}
.dealer-container{
    text-align: left;
    margin-top: 30px;
}
.dealer-container .dealer{
    font-weight: bold;
}
.annotation{
    margin-top: 30px;
    text-align: left;
}
.form-link{
    margin: 30px 0;

}
.form-link a{
    color: #57b23f;
    border-bottom: 2px solid #57b23f;
    font-weight: bold;
}
.form-lead p:not(:first-of-type){
    margin-top: 20px;
    text-align: left;
}
.guide-pre-form{
    margin-top: 30px;
    text-align: left;
}
.head-pre-form{
    margin-top: 80px!important;
}