.is-style-round-corners img {
	border-radius: 20px;
}

.is-style-top-left-dots {
	position: relative;
}

.is-style-top-left-dots::before {
	content: '';
	display: block;
	background: url( '../images/golden-dots.svg' ) no-repeat center center;
	background-size: contain;
	width: 101px;
	height: 101px;
	position: absolute;
	top: 30px;
	left: -30px;
}