.g-companies.style2 .g-companies-item img{
	-webkit-filter: none;
	filter: none;
	border: none;
	background: rgba(243, 157, 19, 0.3);
}


#headerAddress {
  position: absolute;
  top: auto;
  left: 35%;
  top: 75px;
  border-radius: 25px;
  background: #fac300;
  padding: 20px; 
  color:#000;
  text-align:center;
  font-weight: bold;
}

#headerAddress a{
	color:#000;
}

@media (max-width: 960px) {
	#headerAddress{
		left:50%;
		margin-left:-175px;
		top: 95px;
	}
}