@media print, screen and (min-width: 40em) {
	.facts {
		grid-template-columns: repeat(auto-fit, minmax(calc(25% - 1rem), 1fr)) !important;
	}
}

.is-style-check-list li::before {
	width: 1rem !important;
	margin-top: 0.4rem !important;
	background-image: url('/wp-content/themes/camelot-theme/dist/itlab/assets/list-icon-check-itlab-bdfb5237.svg') !important;
}

.is-style-cross-list li::before {
	width: 1rem !important;
	background-image: url('/wp-content/themes/camelot-theme/dist/itlab/assets/list-icon-cross-3b3a7e50.svg') !important;
	margin-top: 0.4rem !important;
}

.is-style-cross-list li {
	color: #868686 !important;
}

.is-style-cross-list li,
.is-style-check-list li {
	grid-auto-flow: column !important;
	display: inline-grid !important;
}

.pricing-table__content ul {
	margin-left: 0 !important;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
	aspect-ratio: 1/1;
}

.wp-block-media-text__content .wp-block-buttons {
	margin-bottom: 0 !important;
}

.fancy-content-section.stripes, .fancy-content-section.arrow-left, .fancy-content-section.square {
	margin-top: 150px !important;
    margin-bottom: 150px !important;
}
