form span.error{
    font-size: 0.8em;
    color: #ff0000;
}

body{
    background: rgba(241, 243, 248, 1.0);
}

.container h5{
    margin-bottom: 32px !important;
}

.p{
    display: flex;
    gap: 0 24px;
}

.container h5{
    text-align: center;
    font-size: 1.5em;
    color: #000;
    margin-bottom: 12px;
}

.container > .wrapper{
    padding-top: 22px;
    padding-bottom: 42px;
}

.contact_info{
    margin-bottom: 40px;
    text-align: center;
}

.contact_info p{
    margin-bottom: 30px;
}

.contact_info .qrcode img{
    width: 280px;
    border: 10px solid #fff;
}

.contact_form{
    margin: 0 auto;
}

.contact_form form{
    background: #fff;
}

.button{
    margin-bottom: 0 !important;
}

.button a{
    width: 100%;
    margin-top: 24px;
}

.features{
    margin-top: 4px;
    margin-bottom: 12px;
}

.features label{
    margin-bottom: 4px;
}

.features ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.contact_back ul{
    margin-top: 8px;

}

.form li{
    text-align: left;
    margin-bottom: 8px;
}

.form li input[type="checkbox"]{
    margin-right: 8px;
}


form{
    display: block;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 28px;
    border-radius: 8px;
}

.contact_back .c{
    display: flex;
}

.dtpk{
    margin-left: 12px;
    border: 0;
    padding: 0;
    margin: 0;
    height: 22px !important;
}

.dtpk:focus{
    outline: none;
}

p.accept{
    text-align: center;
}

p.accept input{
    margin-right: 8px;
}


textarea{
    height: 80px;
}

@media only screen and (min-width:768px){

}

@media only screen and (min-width:998px){
    .container h5{
        text-align: left;
    }

    .container > .wrapper{
        display: flex;
        padding-bottom: 80px;      
    }

    .contact_info{
        width: 50%;
        margin-top: 0;
        text-align: left;
    }

    .contact_form{
        width: 50%;
    }

    .f50{
        display: flex;
        flex-wrap: wrap;
        gap: 0 14px;
    }

    .f50 p{
       flex: 0 0 calc(50% - 12px);
    }
}