.service-center .listing-wrap{ padding: 50px 0; }
.service-center .listing-wrap .brandshop-logo{
  width: calc(100% - 370px);
  height: 70px;
  float: left;
  border-bottom: solid rgba(var(--rgbSecondary), 0.5) 1px;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.service-center .listing-wrap .brandshop-slogan{
  width: 370px;
  height: 70px;
  float: left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.service-center .listing-wrap .listing{ margin: 10px 0; }
.service-center .listing-wrap .listing:nth-child(2n+1){ padding: 0 15px 0 10px;  }
.service-center .listing-wrap .listing:nth-child(2n+2){ padding: 0 10px 0 15px; }
.service-center .listing .thumb{
  width: calc(100% - 220px);
  float: left;
}
.service-center .listing .desc{
  width: 220px;
  height: 100%;
  float: left;
  padding: 20px;
  position: relative;
  background-color: rgba(var(--rgbTertiary), 1);
}
.service-center .listing .desc h4{
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
  float: left;
  padding: 0 0 10px;
  border-bottom: solid #ccc 1px;
}
.service-center .listing .desc p{
  font-size: 16px;
  line-height: 18px;
}
.service-center .listing .desc .more{
  height: 32px;
  width: auto;
  line-height: 32px;
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  overflow: hidden;
}
.service-center .listing .desc .more::before{
  content: "";
  width: 32px;
  height: 20px;
  margin: 6px -10px 6px 0;
  background-image: url(../images/icon-location.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  float: left;
  border-right: solid rgba(var(--rgbWhite), 0.3) 1px;
}
.acf-map {
  width: 80%;
  height: 80%;
  display: none;
  padding: 0px !important;
}
.acf-map iframe {
  width: 100%;
  float: left;
  height: 100%;
}