.rapid_contact { width: 100%; }
.rapid_contact .intro_text { }
/*
@media (max-width: 1024px) {
    .rapid_contact .intro_text .headline { text-align: center; }
} */
.rapid_contact table,
.rapid_contact td { background: none; padding: 0.5em 0; border: none; }
.rapid_contact table tbody > tr:nth-child(2n+1) > td, 
.rapid_contact table tbody > tr:nth-child(2n+1) > th { background: none; }
.rapid_contact input.rapid_contact,
.rapid_contact textarea.rapid_contact.textarea { background: #F6F6F6; padding: 6px 16px; min-height: 47px; color: #7e858a; font-weight: 400; font-size: 16px; border: none; border-radius: 0; }
.rapid_contact input.rapid_contact:focus,
.rapid_contact textarea.rapid_contact.textarea:focus { border: 1px solid #D5D1D1; }
.rapid_contact input[type="checkbox"].rapid_contact_checkbox { background: #F6F6F6; border: none; } 
.rapid_contact input[type="checkbox"].rapid_contact_checkbox::after { border: 1px #707070 solid; border-radius: 4px; }
.rapid_contact input[type="checkbox"].rapid_contact_checkbox:checked::after { background: #fff; color: #707070; border-radius: 4px; }
.rapid_contact input.rapid_contact.button { background-color: #924646; width: 50%; max-width: inherit; border: none; font-weight: 400; color: #fff; text-transform: none; text-align: center; }

