.hg-map-section{
  background:#064536;
  padding:48px 32px;
  color:#fff;
}

.hg-map-box{
  max-width:520px;
  margin:0 auto;
}

.hg-map-head{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:30px;
}

.hg-map-logo{
  width:120px;
  height:120px;
  object-fit:contain;
  background:#fff;
  border-radius:14px;
  padding:14px;
  flex:0 0 120px;
}

.hg-map-title{
  color:#fff;
  line-height:1.05;
  font-weight:800;
  text-transform:uppercase;
}

.hg-map-title div{
  color:#fff;
  font-size:36px;
  font-weight:700;
}

.hg-map-title strong{
  display:block;
  color:#fff;
  font-size:54px;
  font-weight:900;
}

.hg-map-section p{
  color:rgba(255,255,255,.94) !important;
  font-size:19px;
  line-height:1.75;
  margin:0 0 32px;
}

.hg-map-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:300px;
  padding:14px 26px;
  background:#fff !important;
  color:#333 !important;
  border-radius:999px;
  text-decoration:none !important;
  font-size:17px;
  font-weight:700;
  line-height:1.2;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

.hg-map-btn span{
  color:#333 !important;
}

.hg-map-btn:hover{
  background:#FF5A3D !important;
  color:#fff !important;
}

.hg-map-btn:hover span{
  color:#fff !important;
}

.hg-map-pin{
  font-size:20px;
  line-height:1;
}

@media(max-width:768px){
  .hg-map-section{
    padding:38px 24px;
  }

  .hg-map-head{
    gap:18px;
  }

  .hg-map-logo{
    width:92px;
    height:92px;
    flex-basis:92px;
  }

  .hg-map-title div{
    font-size:28px;
  }

  .hg-map-title strong{
    font-size:40px;
  }

  .hg-map-section p{
    font-size:16px;
  }

  .hg-map-btn{
    width:100%;
    min-width:0;
  }
}