.cc_container {
    background: #f0f8f5;
    text-align: center;
    font-size: 14px;
    color: #000000;
    padding: 0;
}

.cc_container .cc_message {
    margin: 15px 0;
    padding-right: 180px;
}

.cc_container a, .cc_container a {
    font-weight: bold;
    font-size: 14px;
    color: #31886C;
}

.cc_container .cc_btn, .cc_container .cc_btn {
    background: #31886c;
    border-radius: 0;
    color: #ffffff;
    padding: 18px 0;
    min-width: 160px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SourceSansProRegular", arial, verdana, sans-serif;
    font-size: 18px;
    font-weight: 100;
}

.cc_container .cc_btn, .cc_container .cc_btn:hover {
    background: #31886c;
    color: #ffffff;
}

.divider-right .feedback-block .bx-wrapper {
    margin: 0 auto 0 !important;
}

@media only screen and (max-width: 767px) {
    .cc_container .cc_btn, .cc_container .cc_btn {
        font-size: 14px;
    }

    .cc_container a, .cc_container a {
        font-size: 0.8em;
    }
}
