.address {
  margin:0;
  position:relative;
}
.address-content-box {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}
.address .location-text {
  max-width: 400px;
  background: rgba(0, 0, 0, 1);
  padding: 24px 48px 33px 37px;
  position: absolute;
  left: auto;
  right:0px;
}
.address .location-text h3 {
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-family: Plain;
  font-size: 26px;
  font-weight: 600;
  line-height: 34.42px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.address .location-text p {
  color: #fff;
  padding: 0 0 0 40px;
  margin: 0;
  position: relative;
  font-family: Plain;
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
}
.address .location-text p:before{
  position: absolute;
  content: '';
  width:18px;
  height: 26px;
  background: url('/template/94f344fb/images/location-icon.svg') no-repeat;
  left: 0;
  top:10px;
}
