.mrshop-section:not(header) {
	margin-bottom: calc(var(--section-space) * 2);
}

.mrshop-section:not(footer) .wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.imgtxt-list {
	margin-bottom: -16px;
}

@media screen and (max-width: 768px) {
	/* .mrshop-section:not(header) {
		margin-bottom: var(--h-space);
	} */
	.mrshop-section .wrapper.imgtxt-list-b {
		margin-bottom: 16px;
	}
}

@media screen and (min-width: 769px) {
	header.mrshop-section .wrapper {
		padding-bottom: 55px !important;
	}
	footer .footer-main.wrapper {
		padding-top: 15px;
	}
}