  .wrapper {
	position: relative;
}
.imgBox {
	background-image: url(/company/images/company.jpg);
	height: 200px;
	width: 100%;
}
.cut-2 {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.cut-2 p {
	padding: 20px;
	
}
.cut-2 h4 {
	margin-bottom: 0
	font-size: 15px;
	font-size: 1.5rem;
}
.cut-2 p a {
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.cut-0 {
	border-style: none;
	margin-bottom: 20px;
}
/**/

@media print, screen and (min-width: 480px) {
	.imgBox {
		height: 300px;
	}
	.cut-2 p a {
		width: 90%;
	}
}

/**/

@media print, screen and (min-width: 824px) {
	.cut-2 p a {
		width: 60%;
	}
}

/**/

@media only screen and (min-width: 1012px) {
	.imgBox {
		height: 360px;
	}
}

