.wpcf7-form .dscf7captcha {
    max-width: 100%;
    flex: 100%;
    text-align: left;
    margin-top: 30px;
    font-size: 13px !important;
}
.wpcf7-form .dscf7captcha{
    position: relative;
    padding-left: 32px;
}
.wpcf7-form .dscf7captcha a{
    position: absolute;
    top: 0;
    left: 0;
}
.wpcf7-form .dscf7captcha a img{
    width: 24px;
    height: auto;
}
.wpcf7-form .dscf7captcha .qs{
    font-style: normal;
    font-size: 16px;
    display: inline-flex;
    height: 40px;
    border-radius: 3px;
    background: #F2F2F2;
    vertical-align: top;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #000;
    letter-spacing: 7px;
}
.wpcf7-form .dscf7captcha-mar{
    display: inline-flex;
    vertical-align: top;
    margin-top: 10px;
}
.wpcf7-form .dscf7captcha-mar input{
    height: 40px !important;
    border-radius: 3px !important;
    background: #F2F2F2 !important;
    width: 115px !important;
}