/* :root {
    --main-font: 'BlinkMacSystemFont', sans-serif;
    --c-primary-color: #fff;
    --c-heading-color: #FBB514;
}

body {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
} */

.entry-content {
    padding-bottom: 0;
    padding-top: 0;
}

.section-title-normal{
    border-bottom: unset !important;
}
.section-title-normal span {
    margin-right: 0;
    padding: 0;
    color: #000;
    border-bottom: unset !important;
}
.is-divider{
    display: none !important;
}

figure{
    display: flex !important;
    align-items: center;
    flex-direction: column;
}
.wp-caption .wp-caption-text {
    background: unset;
}

.absolute-footer {
    display: none;
}


@media (max-width: 550px) {
    .c-mbf-d-none {
        display: none;
    }
}

h1{
    color: #1E85EC !important;
}
h2{
    color: red !important;
}

h3,
h4,
h5,
h6 {
    color: #000 !important;
}


