.white-papper>div {
    padding-bottom: 100px
}

.no-edit .section-contents {
    position: relative;
    z-index: 2
}

.content-main-honey {
    margin-bottom: 140px
}

@media (max-width: 768px) {
    .content-main-honey {
        margin-bottom: 60px
    }
}

.content-main-honey>.content-main-honey:first-child {
    margin-top: 120px
}

@media (max-width: 768px) {
    .content-main-honey>.content-main-honey:first-child {
        margin-top: 90px;
        margin-bottom: 60px
    }
}

.content-main-honey .content-main-honey {
    margin-bottom: 100px
}

@media (max-width: 768px) {
    .content-main-honey .content-main-honey {
        margin-bottom: 60px
    }
}

.content-main-honey .content-main-honey p:last-child {
    margin: 0
}

.content-main-honey .content-main-honey p strong,
.content-main-honey .content-main-honey p b {
   /* color: #2FC4D9 */
   color: #FF0000 !important
}

/* honeycomb code */

@media (max-width:767px) {
    /*style for mobile*/
    .hidden-xs {
        display: none !important;
        }
}

@media (min-width:768px) {
/*style for desktop and tablet*/
    .hidden-dt {
    display: none !important;
    }
}                             

/*# sourceMappingURL=honeycomb_subpage.css.map */