
section.m14_gallery .m14_gallery_items{
	--row_gap: 16px;
	gap: 19px var(--row_gap);
}

section.m14_gallery .m14_gallery_item{
	height: 230px;
}

section.m14_gallery .m14_image{
	border-radius: 45px;
}

@media all and (min-width: 576px) {
	section.m14_gallery .m14_gallery_items {
		--row_gap: 24px;
		gap: 28px var(--row_gap);
	}
	
	section.m14_gallery .m14_gallery_item {
		height: 260px;
		border-radius: 75px;
	}
}

@media all and (min-width: 576px) and (max-width: 991px) {
	section.m14_gallery .m14_gallery_main:has(.m14_gallery_item:nth-child(2n + 2)) {
		padding-top: 31px;
	}
	
	section.m14_gallery .m14_gallery_item:nth-child(2n + 2) {
		margin-top: -31px;
	}
}

@media all and (min-width: 992px) {
	section.m14_gallery .m14_gallery_main:has(.m14_gallery_item:nth-child(3n + 2)) {
		padding-top: 31px;
	}
	
	section.m14_gallery .m14_gallery_item:nth-child(3n + 2) {
		margin-top: -62px;
	}
}

@media all and (min-width: 1921px) {
	section.m14_gallery .m14_gallery_item{
		height: 290px;
	}
}

@media all and (min-width: 2200px) {
	section.m14_gallery .m14_gallery_item{
		height: 320px;
	}
}

@media all and (min-width: 2400px) {
	section.m14_gallery .m14_gallery_item{
		height: 350px;
	}
}