.is-style-round-corners img {
	border-radius: 20px;
}

.is-style-round-wave-right,
.is-style-round-corner-wave-right {
	position: relative;
}

.is-style-round-wave-right:after,
.is-style-round-corner-wave-right:after{
	content: "";
	position: absolute;
	top: -90px;
	right: -210px;
	width: 470px;
	height: 470px;
	background: url(../images/circle-wave-bg.svg) no-repeat;
	background-size: 100%;
}

.is-style-round-wave-right.home-version:after,
.is-style-round-corner-wave-right.home-version:after {
	top: -135px;
	right: -100px;
}

.is-style-round-wave-right img,
.is-style-round-corner-wave-right img {
	position: relative;
	z-index: 10;
}
.is-style-round-corner-wave-right img {
	border-radius: 20px;
}

.is-style-round-wave-left,
.is-style-round-corner-wave-left {
	position: relative;
}

.is-style-round-wave-left:after,
.is-style-round-corner-wave-left:after {
	content: "";
	position: absolute;
	top: -90px;
	left: -210px;
	width: 470px;
	height: 470px;
	background: url(../images/circle-wave-bg.svg) no-repeat;
	background-size: 100%;
}

.is-style-round-wave-left img,
.is-style-round-corner-wave-left img {
	position: relative;
	z-index: 10;
}
.is-style-round-corner-wave-left img {
	border-radius: 20px;
}
