* {
  margin: 0;
  font-family: muli, sans-serif;

  color: var(--white);
}

html {
  scroll-behavior: smooth;
}

.title {
  font-family: muli, sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  line-height: 123%;
  font-weight: bold;
  color: var(--white);
  text-transform: capitalize;
}

.subtitle {
  font-weight: 100%;
  color: var(--green);
  margin-top: 2.5rem;
  text-transform: capitalize;
}

.date {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.3em;
  color: var(--grey);
}

.title-locationTEXT {
  text-transform: uppercase;
  font-size: 5vh;
  line-height: 3rem;
  font-weight: bold;
  padding-bottom: 3rem;
  color: var(--greendois);
  width: 20%;
  margin-left: 2rem;
}
.title-location {
  display: none;
  width: 100%;
}

.title-description {
  text-transform: none;
  font-size: 3.3rem;
  line-height: 3.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.text-description {
  font-size: 1.75rem;
  font-weight: 100;
  padding-bottom: 1rem;
  line-height: 1.8rem;
  margin-top: 1.5rem;
}

.text-description > span {
  font-weight: bold;
}

.text-description:last-child {
  padding-bottom: 0rem;
}

@media screen and (max-width: 1000px) {
  .title-location {
    display: block;

    text-align: start;
  }

  .title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .date {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .title-description {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .subtitle {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}
