.contact{
	padding: 80px 0;
}
.contact ul{
	font-size: 0;
}
.contact li{
	background-color: #8B1716;
	width: calc((100% - 40px) / 3);
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 200px;
	text-align: center;
	padding:70px 50px;
}
.contact li p{
	font-size: 16px;
}
.contact li:first-child{
	margin-left: 0;
}
.img{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	transform: translateY(-50%);
	margin:auto;
	height: 60px;
	width: 60px;
	text-align: center;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.img img{
	height: 35px;
}
.contact li p{
	color: #fff;
}
.desc img{
	height: 90px;
}
@media (max-width:768px) {
	.contact{
		padding: 15px;
	}
	.contact li{
		width: 100%;margin: 0;
		margin-top: 30px;
	}
	.desc img{
		height: 70px;
	}
}