@charset "utf-8";
/* CSS Document */

.entry-concept .is-layout-flex {
	gap: 7vw;
}

.entry-concept .entry-header h3.title {
	font-size: calc(1rem + 1.5rem*var(--nc-font-factor, 1));
}

.entry-concept .entry-header h3.title:after {
	content: none;
}

.title.left {
	text-align: left!important;
}

.title.noBg:before{
	content :none!important;
}

.entry-concept .is-layout-flex .concept-img figure figcaption {
	font-size: 0.9rem;
}

@media screen and (max-width: 781px) {
	
	.entry-concept .is-layout-flex {
		gap: 50px;
		flex-direction: column-reverse;
	}
	
	.entry-concept .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: auto!important;
	}
	
	.entry-concept .is-layout-flex .concept-img {
		align-self: center;
	}
	
	.entry-concept .is-layout-flex .concept-img figure {
		max-width: 280px;
	}
	
}