.section-banner .banner .banner-text__title--large {
	line-height: .3;
}
.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none !important;
}




@media(max-width: 767px;){
	.hide_mobile {
		display: none!important;
	}
}
.section--dark .featuredblocks .featuredblock__cta .component__button--2, .section--dark .banner .component__button--2.cta__button, .section--dark .cta__button.component__button--2, .section--dark .banner .component__button--2.cta__button--icon, .section--dark .cta__button--icon.component__button--2, .section--light .featuredblocks .featuredblock__cta .component__button--2, .section--light .banner .component__button--2.cta__button, .section--light .cta__button.component__button--2, .section--light .banner .component__button--2.cta__button--icon, .section--light .cta__button--icon.component__button--2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    border: 1px solid var(--color2) !important;
    color: white !important;
    border-radius: 4px;
    min-height: 40px;
    min-width: 80px;
    padding: 10px;
    background: #6383c5 !important;
    text-align: center;
    transition: 0.25s;
}

.section--light .blog-post__title {
    color: #071D41 !important;
}