.rightint-map .linetit h4 {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

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

.rightint-map .linetit h4 span {
  background: #fff;
  font-size: 30px;
  color: #000;
  padding: 0 10px 8px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
}


.rightint-map .linetit .map-desc {
  text-align: left;
  font-size: 16px;
  color: #666;
  margin: 15px 0 0;
  position: relative;
  z-index: 2;
}


.rightint-map .linetit .map-desc p {
  line-height: 1.8 !important;  
  margin: 0 0 8px 0 !important; 
}
.rightint-map .linetit .map-desc p:last-child {
  margin-bottom: 0 !important;  
}

.rightint-map .linetit .map-desc a {
  color: #007bff;
  text-decoration: none;
}
.rightint-map .linetit .map-desc a:hover {
  text-decoration: underline;
}

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

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

@media screen and (max-width: 768px) {
  .rightint-map.main {
    padding-top: 20px;
  }

  .rightint-map .linetit h4 span {
    font-size: 26px;
  }
  
  
  .rightint-map .linetit .map-desc p {
    font-size: 14px;
  }
}