body {
	font-family: arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#logo {
	margin: 0 auto;
	display: block;
	margin-top:24px;
	
}

/*#phone {
	border-top: 4px solid #B51839;
}*/

#contact-details {
	width: 800px;
	margin: 0 auto;
	display: block;
}

#phone, #address {
	text-align: left;
	font-size: 68px;
	/*line-height: 1.5rem;*/
	padding: 1.5rem 0;
	margin: 0;
}

#phone {
	margin: 24px 0 0 0;
}

#phone, #address {
	padding-top: 0;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #000;
}

a:focus, a:hover {
	color: #B51839;
}

#phone a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f879";
	margin-right: 20px;
    font-size: 54px;
	color: #B51839;
}

#address a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
	margin-right: 34px;
    font-size: 54px;
	color: #B51839;
}

iframe {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 500px;
}

@media (max-width: 840px) {
	#phone, #address {
		font-size: 48px;
	}
	
	#contact-details {
		width: 580px;
	}
}

@media (max-width: 625px) {
	#phone {
		margin-top: 12px;
	}

	#phone, #address {
		font-size: 32px;
		padding: 1rem 0 0 0 !important;
	}
	
	#address {
		padding-bottom: 1rem !important;
	}
	
	#contact-details {
		width: 400px;
	}
	
	#phone a::before, #address a::before {
		font-size: 28px;
	}
}

@media (max-width: 430px) {
	#phone, #address {
		font-size: 21px;
		padding: 0.5rem 0 0 0 !important;
	}
	
	#address {
		padding-bottom: 0.5rem !important;
	}
	
	#contact-details {
		width: 275px;
	}
	#phone a::before, #address a::before {
		font-size: 20px;
	}
}