.top-billboard {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/KitezHotel/LobbyLights.jpg");
}

.justify-text {
  text-align: justify;
  text-justify: inter-word;
}
@media screen and (max-width: 768px) {
  .justify-text {
    text-align: left;
    text-justify: auto;
  }
}

#about-title {
  margin-top: 350px;
}
@media screen and (max-width: 768px) {
  #about-title {
    margin-top: 0px;
  }
}

.about-text-lg-screen {
  display: block;
}
@media screen and (max-width: 768px) {
  .about-text-lg-screen {
    display: none;
  }
}

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