
  #please-call {
	color: #0C468C;
	text-align: end;
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	margin-right: -45px;
  }

  #service-map {
	display: none;
	color: #159158;
	font-size: 15px;
	margin-right: -45px;
	margin-top: -5px;
	text-align: end;
  }
  #service-map a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
  }
  #service-map a:hover {
	color: #0C468C;
  }


  @media screen and (max-width: 820px) {
	#please-call {
	  margin-right: 0;
	  text-align: center;
	}
	#service-map {
	  margin-right: 0;
	  text-align: center;
	  padding-bottom:10px;
	}
  }
