/*
Theme Name:   MediCenter Child
Description:  MediCenter Child Theme
Template:     medicenter
Version:      1.0
Text Domain:  medicenter
*/
.header_left {
    width: 445px;
}
@media screen and (max-width: 1009px){
	.header_left {
		width: 395px;
	}
}

.home_box .column_right, .home_box .column_left {
    width: 48%;
    max-width: 48%;
	box-sizing:border-box;
	float:left;
	margin:0;
	padding-right: 5%;
}