.navbar-brand--text {
  background-image: none !important;
  color: #333 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  min-width: 180px;
  padding: 0 20px !important;
  text-indent: 0 !important;
  white-space: nowrap;
}

.footer__brand-text {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 60px;
}

.showcase__img--map {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.06)),
    #eef2f5;
}

.showcase__img--map:empty::after {
  content: "Map preview";
  align-items: center;
  color: rgba(51, 51, 51, 0.65);
  display: flex;
  font-size: 1.6rem;
  height: 100%;
  justify-content: center;
}
