/*
Theme Name: NIT Blocksy Child
Theme URI: https://store.nit.bg/
Description: Store-specific child theme for Blocksy.
Author: NIT
Template: blocksy
Version: 0.1.4
Text Domain: nit-blocksy-child
Requires at least: 6.5
Requires PHP: 7.4
*/

.hero-section[data-type="type-2"] {
	width: var(--theme-container-width);
	max-width: var(--theme-normal-container-max-width);
	margin-inline: auto;
}

.two-cols {
	column-count: 2;
	column-gap: 16px;
}

@media (max-width: 768px) {
	.two-cols {
		column-count: 1 !important;
	}
}
