.about-paragraph-wrap .sub-title{
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  /* letter-spacing: 0; */
  color: #999;
}
.about-paragraph-wrap .location-text{
  margin: 5px 0 25px;
  padding-right: 15px;
  font-size: 14px;
  /* letter-spacing: 0; */
  color: #000;
}
@media screen and (min-width: 768px) {
  .about-paragraph-wrap .location-text{
    line-height: 1.4;
    font-size: 15px;
    /* letter-spacing: -0.02em;  */
  }
}
@media screen and (min-width: 992px) {
  .about-paragraph-wrap .location-text{
    margin-bottom: 0;
    font-size: 18px;
    /* letter-spacing: -0.04em; */
  }
}
.common-map{
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .common-map{
    height: 350px;
  }
}
.about-paragraph-wrap{
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .about-paragraph-wrap{
    margin-bottom: 105px;
  }
}
.about-paragraph-wrap .title-wrap:before {
  position: relative;
  margin-bottom: 15px;
}

