.circle-icon {
		border-radius: 50%;
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		margin: 0 auto;
}
.circle-icon--small {
		width: 64px;
		height: 64px;
		margin-top: -32px;
}
.circle-icon--large {
		width: 128px;
		height: 128px;
		margin-top: -64px;
}
.circle-icon > svg {
		margin: 0 auto;
		width: 70%;
		height: 70%;
}
.circle-icon__underline {
		width: 100%;
    height: 8px;
    margin-bottom: 10px;
}

/* Map whitespace fix */
#map .et_pb_code_inner {
		line-height: 0;
}