#footer-1 {
	background-color: #e1ecf6;
}

#footer-1 img {
	max-width: 200px;
}

.footer-social-icons {
	margin-top: 10px;
}

#footer-1 .footer-list {
	display: inline-grid;
}

#footer-1 p {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

#footer-1 i.fas.fa-phone-alt, #footer-1 i.fas.fa-envelope, #footer-1 i.fas.fa-map-marker-alt, #footer-1 i.fas.fa-clock, #footer-1 i.fab.fa-facebook, #footer-1 i.fab.fa-instagram, #footer-1 i.fab.fa-linkedin {
	margin-right: 10px;
}

#footer-2 {
	background-color: #112f49;
	padding: 24px;
}

#footer-2 p {
	color: #ffffff;
	display: inline-flex;
	align-items: normal;
}

#footer-2 img {
    max-width: 75px;
    margin-left: 5px;
    margin-top: 2.5px;
}