@media (max-width: 900px) {
	:where([class^="wp-block-janima-"], [class*=" wp-block-janima-"]) :where(
		p,
		li,
		a,
		span,
		label,
		small,
		input,
		textarea,
		select,
		button,
		figcaption,
		blockquote,
		cite,
		dt,
		dd,
		th,
		td
	) {
		font-size: 15px !important;
	}

	:where([class^="wp-block-janima-"], [class*=" wp-block-janima-"])
		:where(
			[class*="__text"],
			[class*="__description"],
			[class*="__intro"],
			[class*="__content"],
			[class*="__body"],
			[class*="__item"],
			[class*="__point"],
			[class*="__label"],
			[class*="__footer"],
			[class*="__subtitle"],
			[class*="__cta-link"]
		):not(:where([class*="__title"], [class*="__heading"])) {
		font-size: 15px !important;
	}
}
