.component--contact-form.dark label, .component--contact-form.dark p, .component--contact-form.dark p a, .component--contact-form.dark label .fwidth, .text-notice,.text-notice a {
    color: #fff;
}
.component--contact-form label .fwidth {
    height: 60px;
    border-radius: 10px;
    padding: 10px 15px;
}
.component--contact-form label, .component--contact-form label span, .component--contact-form label .fwidth {
    width: 100%;
    background: transparent;
}

label.captcha-code {
    position: relative;
}

.fwidth:focus {
    border-color: var(--bs-green);
    box-shadow: none;
    outline: none;
}

span.captcha-image {
    background: #fff !important;
    position: absolute;
    left: 0;
    top: 32px;
    height: 60px;
    width: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
}

.component--contact-form label.captcha-code .fwidth {
    padding-left: 110px;
}

span.label-input {
    display: block;
    margin-bottom: 10px;
}

.component--contact-form label {
    margin-bottom: 19px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    padding: 15px 15px;
    margin: 20px 0 0 0;
    border-radius: 10px;
    font-weight: 500;
}

.component--contact-form label textarea.fwidth {
    height: auto;
    max-height: 140px;
}

@media(max-width: 991px){
    figure.hide-mobile {
        display: none;
    }
}