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

.is-style-frame-dots {
	position: relative;
	padding-right: 37px;
	padding-bottom: 56px;
}

.is-style-frame-dots:before {
	content: '';
	display: block;
	border: 1px solid var(--wp--preset--color--six);
	border-radius: 4px;
	position: absolute;
	top: -30px;
	right: 0;
	bottom: 143px;
	left: 37px;
}

.is-style-frame-dots:after {
	content: '';
	display: block;
	background: url(../images/dot-icon-dark-blue.svg) left top;
	width: 95px;
	height: 166px;
	position: absolute;
	right: 107px;
	bottom: 0;
	z-index: 1;
}

.is-style-frame-dots img {
	border-radius: 4px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.is-style-dots-bottom-left {
	position: relative;
}

.is-style-dots-bottom-left:after {
	content: '';
	display: block;
	background: url(../images/dot-icon-blue-large.svg) left top;
	width: 137px;
	height: 232px;
	position: absolute;
	left: -81px;
	bottom: 0;
	z-index: 1;
}

.is-style-dots-bottom-left img {
	border-radius: 4px;
	width: 100%;
}

.is-style-dots-bottom-left.position2:after {
	bottom: 83px;
}

@media only screen and (max-width: 1400px) {
	
	.is-style-dots-bottom-left:after {
		background-size: 10px;
		width: 60px;
		height: 59px;
		left: -20px;
	}

	.is-style-dots-bottom-left.position2:after {
		bottom: 40px;
	}
	
}
