.rightint-map {
 /* padding-top: 50px;*/
  padding-bottom: 60px;
}

.rightint-map .linetit {
  margin: 60px 0 0;
}

.rightint-map .linetit h4 {
  position: relative;
  text-align: center;
}

.rightint-map .linetit h4::before {
  content: "";
  display: block;
  border-top: 1px dashed #d1cfcf;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.rightint-map .linetit h4 span {
  background: #fff;
  font-size: clamp(24px, 1.9vw, 36px);
  color: #000;
  padding: 8px 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
}

.rightint-map .map {
  margin: 20px 0 0;
}

.rightint-map .map iframe {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .rightint-map .linetit {
    margin: 30px 0 0;
  }


}
