/*
Theme Name: Hello Biz Child
Template: hello-biz
Version: 1.0
*/

.ehp-header__elements-container{
	width: 1440px;
	max-width: 95%;
    margin: 0 auto;
    display: flex !important;
	padding-inline-end: 0 !important;
	padding-inline-start: 0 !important;
}

.ehp-header__site-link-container{
	margin: 0 auto 0 0;
}

@media (min-width: 768px){
.ehp-footer__row,
.ehp-footer__copyright{
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: flex-start !important;
	gap: 100px !important;
}
}

.ehp-footer__contact-heading{
	width: 100%;
}

.ehp-footer__contact ul{
	list-style: none;
  	padding: 0;
  	margin: 0;
}

.ehp-footer__contact li{
	margin-bottom: 8px;
}