#project h1 {
  font-size: 35px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'alga';
}

@media (min-width: 992px) {
  #project h1 {
    font-size: 50px;
  }
}

#project h2 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'peridot-pe-variable';
}

@media (min-width: 992px) {
  #project h2 {
    font-size: 26px;
  }
}

