/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.footer-center {
    background: #000000!important;
}
.blockreassurance_product span.block-title, .blockreassurance_product p {
    color: #ffd900 !important;
}
.blockreassurance_product span.block-title {
    font-size: 15px !important;
}
.blockreassurance_product p {
    font-size: 13px !important;
}
.wpcf7 label {
    font-size: 14px;
    line-height: 16px;
    color: #898989;
    padding: 24px 0 0px 0;
    font-weight: normal;
}
.wpcf7 .form-control {
    width: 100%;
    border: 1px solid #d7dbdb;
    height: 30px;
    display: block;
    padding: 0 15px;
    border-radius: 15px;
    margin: 0;
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    background: transparent !important;
}
textarea.wpcf7-form-control{
height: 100px !important;
}
.contactform_row {
    display: flex;
    justify-content: space-between;
}
.contactform_column {
    width: 48%;
}
.wpcf7-submit {
    background-color: #ffd700 !important;
}

@media (max-width: 767px){
.contactform_row {
    display: block !important;
}
.contactform_column {
    width: 100% !important;
}
{



