* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    border: 0;
}

.delivery-1 {
		text-align: center;
		border:1px solid green;
		border-radius: 10px;
}

.delivery-1:hover {
	box-shadow: 0 0 15px 7px #169616;
}

.left {
	margin-top: 2em;
	border:1px solid #4bae4f;
}

.section-post {
	border:1px solid black;
	border-radius: 10px;
	margin-right: 200px;
}

.section-post:hover {
	border:1px solid #4bae4f;
	border-radius: 10px;
	box-shadow: 0 0 15px 7px #169616;
}

.desc-post:hover {
	border:1px solid #4bae4f;
	border-radius: 10px;
	box-shadow: 0 0 15px 7px #169616;
}

.main-post:hover {
	border:1px solid #4bae4f;
	border-radius: 10px;
	box-shadow: 0 0 15px 7px #169616;
}

.section-post > p,
.desc-post {
	padding: 50px;
}

.section-post {
	width: 500px;
	display: inline-block;
}

.desc-post {
	border:1px solid black;
	border-radius: 10px;
	display: inline-block;
	margin-top: 15px;
	
}

.bg {
	background-color: #f2fcfe;
}

.main-post {
	border:1px solid black;
	border-radius: 10px;
	display: inline-block;
	margin-top: 15px;
	
}

.main-post > p {
	padding: 15px;
}


.column-header {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #2e3a47;
	font-family: 'Open Sans';
	font-size: 14px;
	display: inline-block;
	width: 240px;
	vertical-align: top;
	margin-right: -0.25em;
	line-height: 19.6px;
	margin-left: 60px;
	
}

.company_item {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-right: 24px;
}

.list-text {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: Arial;
	font-size: 12px;
	padding-top: 8px;
	line-height: 18px;
}

.green-header {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #5f9969;
	display: block;
	font-size: 21px;
}

.text {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 45.78px;
	font-weight: bold;
	line-height: normal;
}

.custom_banner {
	background-image: url(https://autoangel.com.ua/assets/images/resources/3628/banner.png);
	height: 300px;
	width: 678px;
	margin: 0 auto;
}

.team {
	font-size: 30px;
}

.custom-footer {
 font-size: 15px;	
}

.custom_banner:hover {
	transform: rotate(2deg);
}