buttondiv.entry-content h1, div.entry-content h2 {
    margin-bottom: 0;
}
div.entry-content ul, div.entry-content ol {
    padding-left:0;
    margin:0;
}
div.entry-content ul li {
    list-style: none;
}

.bc-bottom-border {
    border-bottom: 3px solid #BEB7B1;
    display: inline-block;
    padding-right: 50px;
}

.bc-bottom-border-right {
    border-bottom: 3px solid #beb8b1;
    display: inline-block;
    padding-left: 50px;
}

/* HEADERS */
.bc-xxl {
    font-size: 65px !important;
}
.bc-xl {
    font-size: 52px !important;
}
.bc-lg {
    font-size: 48px !important;
}
.bc-md {
    font-size: 42px !important;
}
.bc-sm {
    font-size: 36px !important;
}
.bc-xs {
    font-size: 30px !important;
}
.bc-xxs {
    font-size: 26px !important;
}

/* BUTTONS
=============== */
.bvb_button_component{ border: 2px solid #cc3d52 !important; color: #cc3d52 !important;}
.bvb_button_component:hover{ color: #fff !important; background-color: #cc3d52 !important;}

@media screen and (max-width:786px) {
    .bc-xxl {
    font-size: 45px !important;
}
.bc-xl {
    font-size: 40px !important;
}
.bc-lg {
    font-size: 34px !important;
}
.bc-md {
    font-size: 30px !important;
}
.bc-sm {
    font-size: 26px !important;
}
.bc-xs {
    font-size: 24px !important;
}
.bc-xxs {
    font-size: 20px !important;
}
}