.content-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 60%;
  min-height: 22rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.border-line {
  border-bottom: 1px solid #bbb;
}

.text-title {
  font-weight: bold;
  margin-left: -15px;
}

#map {
  width: 100vw;
  height: 400px;
}

#map-nearby {
  width: 100vw;
  height: 400px;
}

@media screen and (max-width: 576px) {
  .text-title {
    margin-left: 0;
  }
}

.map-mock {
  height: 300px;
  width: 100%;
}

.circle-dot {
  width: 15px;
  height: 15px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 10px;
}

.circle-dot.purple {
  background-color: #8f68af;
}

.circle-dot.blue {
  background-color: #75add3;
}

.circle-dot.yellow {
  background-color: #e5c648;
}

.circle-dot.green {
  background-color: #6bb580;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .flex-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .text-mobile-center {
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 992px) {
  .text-mobile-center {
    display: none;
  }
}

.mt-10 {
  margin-top: 10rem;
}

.text-w-200 {
  font-weight: 200;
}

.px-15 {
  padding: 0 15px;
}
