@charset "UTF-8";
/* CSS Document */

.about_holder {
	width:100%;
}

.about_left {
	position: relative;
	top:0;
	left:0;
	width:100%;
	height: 25vh;
	border-bottom: 1px solid #000;
	border-right:none;
}

.about_left2 {
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 25vh;
	border-right: none;
	border-bottom:1px solid #000;
}

.about_left2 svg {
	height:25vh;
}

.about_right {
	position:relative;
	width:100%;
	left:0;
	min-height: auto;
	padding-top:4%;
	padding-bottom:8%;
}

.about_full {
	width: 100%;
	height: 25vh;
	background-attachment: scroll;

}

