/* IMPORT THE FRAMEWORK */
.notification {
  position: relative;
}

.notification {
  margin-left: auto;
  margin-right: auto;
}

.notification h2 {
  text-transform: uppercase;
}

.notification h2 {
  font-family: "neurial_grotesk", sans-serif;
}

.notification {
  border-radius: 5px;
}

.notification h2 {
  font-size: 1.8em; color: #f7931e;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .notification h2 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .notification h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .notification h2 {
    font-size: 1.4em;
  }
}

.notification p {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .notification p {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .notification p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .notification p {
    font-size: 1em;
  }
}

.notification h2 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.notification p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.webp .hero {
  background-image: url("/app/images/listings/hero.webp");
}

.no-webp .hero {
  background-image: url("/app/images/listings/hero.jpg");
}

.notification {
  width: 60%;
  background-color: #031f35;
  padding: 1.5em 3em;
}
.notification p {
  color: #FFFFFF;
  margin-bottom: 0;
}
