.two-col-section {
	padding: 30px 0 50px;
}


.two-col-section .countervalue {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 133%; 
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #0177C1;
	opacity: 0.2;
}


.two-col-section .image-col .image-container img {
	border-radius: 100%;
}


.two-col-section .content {
	color: #666666;
}

.two-col-section .image-col .image-container {
	position: relative;
	text-align: center;
}
.two-col-section.align_right .image-col .image-container img.round-texture {
	position: absolute; 
	bottom: -50px;
	right: 90px;
}
.two-col-section.align_left .image-col .image-container img.round-texture {
	bottom: -30px;
	left: 30px;
	position: absolute; 
}
.two-col-section .row {
	align-items: center;
}
.two-col-section .content ul {
	padding: 0 0 0 20px;
}

.two-col-section .content ul li {
	margin-bottom: 10px;
}
.two-col-section.align_right .image-col.Top .image-container img.round-texture{
	top: -51px;
	right:50px;
}
.two-col-section.align_left .image-col.Top .image-container img.round-texture {
	top: -30px;
	bottom: auto;
}
@media(min-width:768px){
	.two-col-section.align_right .image-col {
		order: 2;
	}

}
@media(max-width:1200px){
	.two-col-section .image-col .image-container img.round-texture {
		max-width: 40%;
		width: 100%;
	}
}
@media(max-width:767px){
	.two-col-section.align_left .image-col .image-container img.round-texture {
		bottom: -30px;
		left: 30px; 
		max-width: 40%;
	}
	.two-col-section.align_right .image-col.Top .image-container img.round-texture{
		top: -51px;
		right:20px;
	}
	.two-col-section.align_left .image-col.Top .image-container img.round-texture {
		top: -30px;
		bottom: auto;
	}
	.two-col-section.align_right .image-col .image-container img.round-texture{
		max-width: 40%;
		bottom: -30px;
		right: 30px; 
	}
	.two-col-section .image-col {
		margin-bottom: 70px;
	}
 
	.two-col-section {
		padding: 55px 0 55px;
	}

}



/* Resising of the column images and space adjustments */

.two-col-section .image-col .col-inner{
	display: flex;
	justify-content: center;
}

.two-col-section .image-col .image-container {
	width: 400px;
}

.two-col-section.align_right .image-col .image-container img.round-texture{
	width: 40%;
	right: 50px;
}

.two-col-section.align_left .image-col .image-container img.round-texture{
	width: 40%;
	left: 15px;
}


}

