form.trcp-form .trcp-question > label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 30px;
    line-height: 1.35;
}

.trcp-poll-options label {
    display: flex;
    padding: 5px;
    font-family: 'Montserrat';
    font-weight: 500!important;
    font-size: 16px!important;
}

.trcp-poll-options input[type='radio'], .trcp-poll-options input[type='checkbox'] {
    margin-right: 10px;
}


form.trcp-form label{
    font-family: montserrat;
    font-size: 20px;
    font-weight: 800;
}

.trcp-form button {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    background: #32174d !important;
    border-radius: 5px !important;
}