.divider--section.theme-sq-pattern {
	height: 40px;
}

.divider--section.bw-image-pattern {
	background: var(--theme-cream);
	background-image: url(./bw-leaf-pattern.jpg);
	padding-bottom: 12.1vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 1100px) {
	.divider--section.bw-image-pattern {
		padding: 0;
		height: 150px;
	}
}