.vc_row .wpb_wrapper>.contactMainContainer {
    background: #e9e7e3;
    color: #2b2b2b;
    float: left;
    width: 100%;
    margin: 35px 0 18px;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 1250;
    text-align: center;
}

.contactMainContainer .contactContainer {
    overflow: hidden;
}

.contactMainContainer .contactHeader {
    padding: 0;
    float: left;
    width: 100%;
}

.contactMainContainer .contactHeaderTitle {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .165);
    padding: 18px 0 10px;
}

.contactMainContainer .contactHeaderTitle p, .contactMainContainer .contactHeaderTitle h2 {
    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    font-size: 1.0588em;
    line-height: 22px;
    font-weight: 700;
    margin: 0 !important;
}

.contactMainContainer .contactContainer .contactBody {
    float: left;
    width: 100%;
    font-size: .875em;
    padding: 15px 0 8px;
}

.contactMainContainer .contactContainer .contactBody p {
    margin: 0 0 10px;
    color: #000;
    text-indent: 0;
}

.contactMainContainer .contactContainer .contactBody strong {
    font-weight: 600;
}

.wpb_wrapper>.pageSubscription {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    clear: both;
    padding: 8px 20px 5px;
    color: #1d1d1d;
    font-size: 1em;
    font-weight: 600;
    margin: 15px 0 0;
    text-align: left;
    border-radius: 0;
    background-color: #e9e7e3;
    border: 1px solid #e9e7e3;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.contactMainContainer .contactContainer .contactBody a {
    font-weight: 600;
}

.pageSubscription:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 15px;
    /* background-image: url('../../images/subscribe.svg'); */
    background-size: 18px 15px;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 10px;
    white-space: nowrap;
    word-wrap: normal;
}

.pageSubscription:active, .pageSubscription:focus, .pageSubscription:hover {
    text-decoration: none;
    background-color: #fff;
}

@media (min-width: 768px) {
    .contactMainContainer .contactContainer .contactBody {
        font-size: 1em;
        line-height: 1.4706;
    }
}




  
