.vc_jr_visual_section {
	padding-top: 80px;
}

.vc_jr_visual_section_texts_container, .vc_jr_visual_section_images_container {
	float: left;
}

.vc_jr_visual_section .jr-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.vc_jr_visual_section_texts_container {
	width: 50%;
}

.vc_jr_visual_section_images_container {
	width: 50%;
}

.vc_jr_visual_section_images_container {
	position: relative;
	min-height: 500px;
}

.vc_jr_visual_section_images_container:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 70%;
	background: #eeeeee;
	z-index: 0;
}

img.vc_jr_visual_section_image.top_img {
	position: absolute;
	top: 0%;
	right: 2.5%;
	width: 305px;
	height: auto;
	z-index: 1;
}

.vc_jr_visual_section_image.bottom_img {
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 250px;
	height: 250px;
	background-size: cover;
}

.vc_jr_visual_section_description_container .jr-bt{
	margin-top: 20px;
	display: inline-block;
}

h2.vc_jr_visual_section_title {
	text-transform: uppercase;
}

.vc_jr_visual_section.left img.vc_jr_visual_section_image.top_img {
	left: 2.5%;
	right: auto;
}

.vc_jr_visual_section.left .vc_jr_visual_section_image.bottom_img {
	right: 0%;
	left: auto;
}

.vc_jr_visual_section.left .vc_jr_visual_section_images_container:before {
	left: 0;
	right: auto;
}


@media screen and (max-width: 768px){

	section.vc_section.image-banner-section {
		height: 300px;
	}

	section.vc_section.right-image-col-section .wpb_content_element {
		margin-bottom: 35px;
		padding: 0;
	}

	div.vc_jr_visual_section {
		padding-top: 0!important;
	}

	.vc_jr_visual_section_images_container {
		width: 100%;
	}

	.vc_jr_visual_section_texts_container {
		width: 100%;
	}

	.vc_jr_visual_section .jr-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.left .vc_jr_visual_section_texts_container {
		order: 1;
		margin-bottom: 30px;
	}

	.vc_jr_visual_section.right .vc_jr_visual_section_images_container {
		margin-top: 30px;
	}

	.left .vc_jr_visual_section_images_container {
		order: 2;
	}

}