.location-modeui {
  background: var(--hd-body-bg);
  color: var(--hd-text);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.location-modeui .svg-column {
  position: absolute;
  left: 0;
  top: 0;
}
.location-modeui .svg-column svg path {
  fill: var(--hd-text);
}

.location-modeui .section-heading {
  padding-right: 80px;
}

.location-modeui .section-heading p {
  font-size: 16px;
  margin-top: 32px;
  font-weight: 400;
}

.location-modeui .contact-address {
  margin: 0;
  padding: 0;
}

.location-modeui .contact-address li {
  padding: 25px 0;
}

.location-modeui .contact-address li:first-child {
  padding-top: 0;
}

.location-modeui .contact-address li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.location-modeui .contact-address h4 {
  font-size: var(--h4-size-large);
  font-weight: 500;
  margin-bottom: 10px;
}

.location-modeui .contact-address p {
  font-weight: 400;
}

@media (max-width: 991px) {
  .location-modeui {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .location-modeui .section-heading {
    padding-left: 0;
    margin-bottom: 100px;
  }

  .location-modeui .svg-column {
    bottom: inherit;
    top: -50px;
    left: 0;
    width: 300px;
  }

  .location-modeui .svg-column svg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .location-modeui {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .location-modeui .section-heading {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }

  .location-modeui .svg-column {
    bottom: inherit;
    top: -100px;
    left: 0;
    width: 200px;
  }
}

.location-modeui .section-heading h2 {
  font-size: var(--h2-size-large);
  font-weight: 600;
}

.location-modeui .section-heading p {
  font-size: 18px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .location-modeui .section-heading h2 {
    font-size: var(--h2-size-small);
  }
}
