.section-with-round-image__content-col {
	text-align: center;
}
.section-with-round-image__text {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
}
.section-with-round-image__slider {
	position: relative;
	margin-top: 51px;
	/*width: calc(100% - 27px);*/
	border-radius: 50%;
}
.section-with-round-image__slider-col.order-md-1 .section-with-round-image__slider {
	/*margin-left: 27px;*/
}
.image-container.border::before {
	z-index: 4;
	border-radius: 50%;
}
/*
.section-with-round-image__slider::before {
	content: "";
	display: block;
	width: 103%;
	padding-bottom: 103%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 338 338' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.61938' y='4.2522' width='328.881' height='328.881' rx='164.44' fill='white' stroke='url(%23paint0_linear_487_2841)' stroke-width='8'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_487_2841' x1='169.06' y1='0.252198' x2='187.298' y2='317.285' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CAB153'/%3E%3Cstop offset='1' stop-color='%23F3E4AF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.section-with-round-image__slider-col:not(.order-md-1) .section-with-round-image__slider::before {
	left: 2%;
}
.section-with-round-image__slider-col.order-md-1 .section-with-round-image__slider::before {
	right: 2%;
}
*/
.section-with-round-image__slider .splide__track {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}
.section-with-round-image__slider .splide__arrows {
	position: absolute;
	bottom: 6.8%;
	z-index: 3;
}
.section-with-round-image__slider-col:not(.order-md-1) .splide__arrows {
	right: 52%;
}
.section-with-round-image__slider-col.order-md-1 .splide__arrows {
	left: 52%;
}
.section-with-round-image__slide > .image-container {
	position: relative;
	padding-bottom: 100%;
}
.section-with-round-image__slide > .image-container.border {
	border-width: 0;
}
.section-with-round-image__slide > .image-container.border::before {
	border-width: 8px;
	top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
.section-with-round-image__slide > .image-container .round-image,
.section-with-round-image__slide > .image-container .round-image > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.section-with-round-image__content-col {
		text-align: left;
	}
	.section-with-round-image__content-col.order-md-2 .section-with-round-image__text {
		max-width: 417px;
	}
	.section-with-round-image__content-col:not(.order-md-2) .section-with-round-image__text {
		max-width: 464px;
	}
	.section-with-round-image .row {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.section-with-round-image__slider {
		max-width: 594px;
		margin-top: 0;
	}
}
@media screen and (min-width: 992px) {
	.section-with-round-image + .section-with-round-image {
		margin-top: -25px;
	}
	/*
	.section-with-round-image__slider::before {
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 629 629' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.36316' y='4.5' width='620' height='620' rx='310' fill='white' stroke='url(%23paint0_linear_459_2600)' stroke-width='8'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_459_2600' x1='314.363' y1='0.500002' x2='348.363' y2='591.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CAB153'/%3E%3Cstop offset='1' stop-color='%23F3E4AF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	}
	*/
	.section-with-round-image__slider .splide__arrows {
		bottom: 13%;
	}
	.section-with-round-image__slider-col:not(.order-md-1) .splide__arrows {
		right: 66%;
	}
	.section-with-round-image__slider-col.order-md-1 .splide__arrows {
		left: 66%;
	}
}
@media screen and (min-width: 1200px) {
	.section-with-round-image + .section-with-round-image {
		margin-top: -45px;
	}
}
@media screen and (min-width: 1400px) {
	.section-with-round-image .container {
		max-width: 1170px;
	}
	.section-with-round-image .section-with-round-image__content-col.order-md-2 .section-title {
		margin-right: -100px;
	}
}