.banner {
	height: 500px;
}

.banner img {
	height: 500px;
}

.contact {
	margin-top: 50px;
}

.contact-title {
	height: 70px;
	width: 15%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.contact-title span {
	font-size: 30px;
	color: #28affc;
}

.contact-title p {
	color: #666;
	font-size: 18px;
}

.underline_blue {
	width: 30%;
	border-bottom: 3px solid #27affb;
}

.contact-con {
	display: flex;
	margin-top: 100px;
}

.border img {
	width: 154px;
	height: 154px;
	position: relative;
	top: -100px;
}

.border {
	width: 340px;
	height: 340px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0px 0px 10px #e8e8e8;
}

.border h2 {
	margin-top: -100px;
	font-size: 24px;
}

.border span {
	font-size: 18px
}

.border p {
	width: 140px;
	height: 44px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	box-shadow: 0px 0px 10px #4caefe;
	background-image: linear-gradient(to right, #4caefe, #02e1fe);
}

#container {
	width: 100%;
	margin-top: 100px;
}

.border p img {
	display: none;
	position: relative;
	top: 10px;
}

.border p:hover img {
	display: block;
}
