/*! ============== Inside Location Page CSS Styles ================== */
.message__page .image__circle--lg img {
  width: 180px;
  height: 180px;
}
@media screen and (min-width: 992px) {
  .message__page .image__circle--lg img {
    width: 220px;
    height: 220px;
  }
}

.location__page .section--one .col__map--frame {
  height: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .location__page .section--one .col__map--frame {
    height: 600px;
  }
}
.location__page .b-bottom--light-gray {
  border-bottom: 1px solid #f0f0f8;
}
