#complaint .box {
    padding: 50px 0;
    display: flex;
}

#complaint .content {
    background: #ffffff;
    padding: 30px 20px 30px 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

#complaint .content .careful {
    color: #b93437;
    margin-top: 50px;
}

#complaint .content .careful .name {
    font-size: 16px;
    margin-bottom: 10px;
}

#complaint .content .careful p {
    margin-bottom: 10px;
    font-size: 14px;
}

#complaint .content .careful p i {
    padding-right: 28px;
}

@media screen and (max-width: 768px) {
    #complaint .django-form input {
        width: 70%!important;
    }
    #complaint .django-form select{
        width: 70%!important;
    }
    #complaint .django-form .form-captcha{
        width: 44%!important;
    }
    #complaint .django-form textarea{
        width: 70%!important;
    }
}
