.pf-send-faq {
    border: 1px solid #0D8281;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    font-family: 'Luciole';
    font-size: 16px;
    text-transform: none;
}

.pf-send-faq input, .pf-send-faq button {
    font-family: 'Luciole';
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

.pf-send-faq input {
    border: 0 !important;
    caret-color: #D57310;
}

.pf-send-faq button {
    background-color: transparent !important;
    color: #0D8281;
    border-left: 1px solid #0D8281;
    border-radius: 0;
}

.pf-send-faq button:hover {
    background-color: #0D8281 !important;
    color: white !important;
}

@media screen and (max-width: 767px) {
    .pf-send-faq {
        flex-direction: column;
    }

    .pf-send-faq button {
        border-left: 0;
        border-top: 1px solid #0D8281;;
    }
}