.block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.block .title {
  min-width: 90px;
  text-align: justify;
  display: block;
  flex-shrink: 0;
  line-height: 1.4;
  position: relative;
  top: 2px;
}
.block .title i {
  display: inline-block;
  width: 100%;
  height: 0;
}
.block .txt,
.block .title {
  line-height: 1;
  font-size: 18px;
  margin: 0;
}

.Company_info .txt {
  text-indent: 0;
  padding-left: 20px;
  line-height: 1.3;
}

.BMap_bubble_center {
  width: 100% !important;
  background-color: #fff;
}

.BMap_bubble_content {
  width: 100% !important;
}

.BMap_bubble_title {
  color: #EF8200 !important;
  font-weight: 700 !important;
}

.Company_info #container {
  height: 290px !important;
}

@media screen and (max-width: 576px) {
  .BMap_bubble_pop > img {
    top: 121px !important;
  }
}