.breadcrumbs {
	margin-top: 100px !important;
}

.e-bodytext-list__unordered {
	padding-bottom: 1em;
}

.icofont-ui-call {
	&::before {
		content: '\ec46';
	}
}

.o-site-header__logo {
	width: 12vw;
}

@media (min-width: 576px) {
	.o-site-header__logo {
		width: 12vw
	}
}

@media (min-width: 768px) {
	.o-site-header__logo {
		width: 120px
	}
}

.o-site-header__emergency {
	display: inline-block;
	margin-left: 25px;
	padding: 8px 25px 9px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	background: #db0819;
	border-radius: 20px;
	transition: .3s
}

.o-site-header__emergency:hover {
	color: #db0819;
	background: #fff
}

@media (max-width: 991.98px) {
	.o-site-header__emergency {
		margin: 0 48px 0 0;
		padding: 6px 20px 7px
	}
}

.o-site-header__emergency i {
	margin-right: .25rem
}
