.webform-client-form-780 .form-item{
    width: 49%;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}
.webform-client-form-780 .form-item label.error-class{
    font-size: 12px;
    color: #a94442;
    position: absolute;
    bottom: -25px;
}
form.webform-client-form-780{
    margin-top: 50px;
    margin-bottom: 50px;
}
.webform-client-form-780 .form-item:nth-child(even){
    margin-left: 1%;
}
.webform-client-form-780 .form-item:nth-child(odd){
    margin-right: 1%;
}
.node-webform .form-actions button{
    width: auto;
}

#node-781 .card{
    margin-top: 100px;
    margin-bottom: 200px;
}
#node-781 .card .html-area{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 991px){
    .webform-client-form-780 .form-item label.error-class{
        bottom: -35px;
    }
}
@media (max-width: 768px){
    .webform-client-form-780 .form-item{
        width: 100%;
    }
    .webform-client-form-780 .form-item:nth-child(even){
        margin-left: 0;
    }
    .webform-client-form-780 .form-item:nth-child(odd){
        margin-right: 0;
    }
    #node-781 .card{
        margin-bottom: 100px;
    }
}