.gm-style .gm-style-iw-c {
  max-width: 250px !important;
  padding: 16px !important;
  background-color: #114728;
  color: #fff;
  border-radius: 0px;
}

.gm-style .gm-style-iw-tc::after {
  background: #114728;
}

.gm-style-iw-d {
  overflow: auto !important;
}
.gm-style-iw-d h4 {
  font-size: 20px;
}
.gm-style-iw-d p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #A4A4A4;
}

.gm-ui-hover-effect > span {
  background-color: white;
}

.location {
  background-color: #ECF3EF;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.location__info-container {
  min-height: 700px;
  padding-top: 200px;
  padding-right: 40px;
  padding-bottom: 91px;
  grid-column: 1/4;
  background-color: #fff;
}
.location__map-container {
  grid-column: 4/13;
}
.location__info-inner {
  width: 80%;
  margin-left: auto;
}
.location__info-title {
  margin-bottom: 34px;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #231F20;
}
.location__listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}
.location__listing-item {
  position: relative;
}
.location__listing-item::before {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
.location__listing-item:last-child::before {
  display: none;
}
.location__name {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #231F20;
}
.location__address, .location__phone, .location__email {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #231F20;
}
.location__address {
  margin-bottom: 0px;
}
.location__phone {
  margin-bottom: 4px;
}
.location__email {
  margin-bottom: 0px;
}
.location__map {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1599.98px) {
  .location__info-title {
    font-size: 37px;
    line-height: 42px;
  }
  .location__info-container {
    grid-column: 1/5;
  }
  .location__map-container {
    grid-column: 5/13;
  }
}
@media only screen and (max-width: 1399.98px) {
  .location__info-title {
    font-size: 32px;
    line-height: 37px;
  }
  .location__info-container {
    grid-column: 1/4;
  }
  .location__map-container {
    grid-column: 4/13;
  }
}
@media only screen and (max-width: 991.98px) {
  .location__info-title {
    font-size: 27px;
    line-height: 32px;
  }
  .location__info-container {
    grid-column: 1/5;
  }
  .location__map-container {
    grid-column: 5/13;
  }
}
@media only screen and (max-width: 767.98px) {
  .location__info-title {
    margin-bottom: 27px;
    font-size: 24px;
    line-height: 27px;
  }
  .location__info-container {
    grid-column: 1/13;
    padding: 60px 36px;
    order: 2;
  }
  .location__listing {
    gap: 50px;
  }
  .location__listing-item::before {
    bottom: -25px;
  }
  .location__info-inner {
    width: 100%;
  }
  .location__address {
    margin-bottom: 32px;
  }
  .location__map-container {
    padding-top: 100px;
    grid-column: 1/13;
    order: 1;
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 575.98px) {
  .location__info-container {
    padding: 50px 36px;
  }
}

/*# sourceMappingURL=location.css.map*/