#title {
  height: 300px;
  color: #b0e0e5;
  font-size: 50px;
  font-weight: 600;
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin: 0px;
  background-image: url(../images/title-image.png);
  background-size: cover;
  div {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    color: #000000;
  }
  p {
    font-family: "Jost", sans-serif;
    margin: 0px;
  }
}

@media screen and (max-width: 800px) {
  #title {
    height: 140px;
    font-size: 34px;
    background-image: url(../images/mobile-title-image.png);
    div {
      font-size: 18px;
    }
  }
  #breadcrumb {
    width: 92%;
  }
}
