@media (max-width: 992px) {
	
	section.module:nth-child(even) {
    padding: 5vh 0 5vh !important;
}

section.module:nth-child(odd) {
    padding: 5vh 0 5vh !important;
 }
	
}

img, img.rounded, .btn-primary, .btn-default {
	border-radius: 1rem !important;
}


section.module:nth-child(2n+1) {
	background-image: url(/upload/behang.webp) !important;
	background-color: rgb(225, 217, 208,0.9)  !important;
  	background-blend-mode: lighten  !important;
	background-size:cover  !important;
	background-repeat:repeat  !important;
}
section.module:nth-child(2n) {
	background-image: url(/upload/behang.webp) !important;
	background-color: rgb(244, 241, 234, 0.9)  !important;
  	background-blend-mode: lighten !important;
	background-size:cover !important;
	background-repeat:repeat !important;
}
