.is-style-round-corners img,
.is-style-left-dots img,
.is-style-right-green-dots img {
	border-radius: 10px;
}

.is-style-left-dots,
.is-style-right-green-dots {
	position: relative;
}

.is-style-left-dots::before,
.is-style-right-green-dots::after {
	content: '';
	display: block;
	background: url( "../images/image-dots.svg" ) no-repeat center center;
	background-size: 100%;
	width: 120px;
	height: 302px;
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	z-index: 1;
}

.is-style-right-green-dots::after {
	background-image: url( "../images/green-dots.svg" );
	left: auto;
	right: -60px;
}