section.aurora-contact-us{
	padding:0 5%;
	margin:45px 0;
	position:relative;
	text-align:center;
}

section.aurora-contact-us h3{
}
section.aurora-contact-us p.subtitle{
	font-size:1.25em;
	font-weight:500;
	margin:1px auto 0 auto;
	line-height:1.375em;
	
}
section.aurora-contact-us p{
	max-width:800px;
	margin:0 auto;
}
section.aurora-contact-us a{
	color:var(--green);
}
section.aurora-contact-us div.row{
	margin:0 -1%;
	
}
section.aurora-contact-us div.col {
	width: 31.333%;
	margin: 1%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section.aurora-contact-us div.col p{
	display:block;
	text-align:center;
	margin-bottom:0;
	line-height:1.5em;
	font-weight:500;
}
section.aurora-contact-us div.col p a {
	color: var(--second-color);
	font-weight: 600;
}
section.aurora-contact-us div.col p a:hover{
	color:var(--font-color);
}
section.aurora-contact-us div.icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 2px solid var(--second-color);
	border-radius: 50%;
	margin: 0 auto 10px auto;
	font-size: 20px;
}
section.aurora-contact-us div.icon i{
	font-size:1.5em;
	color:var(--second-color);
}

@media screen and (max-width:920px){
	section.aurora-contact-us div.row{
		flex-direction:column;
		align-items:center;
	}
	section.aurora-contact-us div.col {
		width:98%;
		max-width:480px;
		margin:10px 1%;
	}
}