.container-block{
  position: relative;
}
/* .map-btns-group{
  display: flex;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 5;
  border-radius: 12px;
  font-size: 18px;
  color: rgb(86, 86, 86);
}
.map-btns-group div{
  padding: 0 17px;
  cursor: pointer;
  background: #fff;
}
.map-btns-group div:hover{
  background: rgb(235,235,235);
} */
/* #first-map-btn{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
#last-map-btn{
  margin-right: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.fullScreen-container{
  width: 45px;
  height: 45px;
  padding: 0 !important;
  text-align: center;
  line-height: 45px;
}
.fullScreen{
  width: 20px;
  height: 20px;
}
.selected-btn{
  color: #000;
  font-weight: 600;
} */
#container .map-img{
  width: 100%;
}
.info_title{margin-bottom: 10px; color: #004a98;font-weight: 700;text-transform: uppercase;font-size: 16px;}
.info_desc{color: #7897ab;font-weight: 700;font-size: 13px;}
.info_desc:last-child{
  padding-bottom: 30px;
}
#address-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.address-list-item{
  padding: 0 20px;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width:768px)  {
  .address-list-item{
    width: 50%;
  }
}
/* .shadow img{
  max-width: none !important;
} */