@charset "utf-8";

.overSurgeons {
	color: hsla(0,0%,100%,1.00);
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
}

.overSurgeonsWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}


.overSurgeons .care {
	width: 49.75%;
	margin-bottom: 0px;
	float: left;
	background-color: hsla(224,100%,32%,0.50);
	padding: 20px;
	min-height: 760px;
}
.overSurgeons .care h1 {
	font-size: 48px;
}

.overSurgeons .care h2 .highlight {
	font-size: 180%;
	letter-spacing: 2px;
	color: hsla(78,54%,52%,1.00);
	padding-bottom: 0px;
}


.overSurgeons .GSOnumbers {
	width: 49.75%;
	margin-bottom: 0px;
	float: right;
	background-color: hsla(224,100%,32%,0.50);
	padding: 20px;
	min-height: 760px;
}

.overSurgeons .GSOnumbers .wrapper {
	margin-bottom: 8px;
	padding-bottom: 12px;
	border-bottom: 2px dotted hsla(0,0%,100%,0.50);
}

.overSurgeons .GSOnumbers h1 {
	font-size: 36px;
}

.overSurgeons .GSOnumbers h1 .highlight {
	font-size: 140%;
	letter-spacing: 2px;
	color: hsla(78,54%,52%,1.00);
}

.overSurgeons .GSOnumbers h2 {
	font-size: 42px;
}




@media screen and (max-width:1900px){
.overSurgeons {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
}

@media screen and (max-width:1200px){
.overSurgeons .care h1 {
	font-size: 32px;
}

.overSurgeons .care h2 .highlight {
	font-size: 150%;
}
.overSurgeons .GSOnumbers h1 {
	font-size: 28px;
}

.overSurgeons .GSOnumbers h2 {
	font-size: 36px;
}
}

@media screen and (max-width:767px){
.overSurgeons {
	padding-left: 30px;
	padding-right: 30px;
}

.overSurgeons .care {
	width: 100%;
	margin-left: 0%;
	min-height: 0px;
}

.overSurgeons .care h1 {
	font-size: 42px;
}

.overSurgeons .GSOnumbers h1 {
	font-size: 32px;
}

.overSurgeons .GSOnumbers {
	width: 100%;
	margin-left: 0%;
	min-height: 0px;
}
}
