#map_wrapper{
    margin:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
#index_map_title{
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    margin-top:140px;
    margin-bottom:60px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 10px;
    padding-bottom: 25px;
    border-bottom: 3px solid #61CE70;;
    width: 200px;
}
#index_map_address{
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 40px;
}
#map_container{
    position: relative;
    width: 80%;           /* Adjust width as needed */
    margin: 0 auto;
    padding-bottom: 70%;  /* 4:3 aspect ratio → 3/4 = 75% */
    height: 0;
}
#map {
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}