@charset "utf-8";


@media screen and (min-width: 1024px) {
	
	.section-header {
		margin-bottom: 0;
	}
	.c-section {
		margin-bottom: 60px;
	}
	.image-gallery-inner > *,
	.image-gallery-inner::before,
	.image-gallery-inner::after {
		width: calc(50% - 20px) !important;
	}
	.std-count-container__item,
	.std-count-container::before,
	.std-count-container::after {
		width: calc(50% - 30px) !important;
	}
}