.geg-clients .img-col{
	border-left: 1px solid #80808080;
}
.geg-inTouch .geg-map .map{
	margin-right: calc(-50%);
	margin-left: 0;
}
.geg-header .mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  right:auto;
  width: 75%;
  max-width: 300px;
  height: 100vh;
  background: var(--geg-blue);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease-in-out;
  z-index: 1050;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.geg-header .mobile-nav.active {
  left: 0;
  right:auto;
}
@media screen and (max-width:991px){
    .geg-inTouch .geg-map .map{
margin:0 auto;
} 

}