.company_box {
	box-shadow: 0 0 10px #777;
	background-color: #fff;
	margin-top: 1rem;
	text-align: center;
	height: 22rem;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 47%;

}

.company_box img {
	margin: 0 auto;
	height: 20rem;
	width: auto;
	display: block;
}

.company_box h3 {
	color: #ec0000;
	line-height: 2rem;
	font-size: 1.15rem;
}