#page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    gap: 40px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
  
#page-title h2 {
  font-family: Akira;
  font-size: 60px;
  width: 100%;
  line-height: 55px;
  text-align: center;
  letter-spacing: 5px;
  margin: 0;
}

#page-title p {
  font-family: Inclusive;
  font-size: 20px;
  width: 80%;
  line-height: 22px;
  text-align: center;
  margin: 0;
}

#full-div {
  width: 100%;
  max-width: 1200px;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.video-div {
  font-family: Inclusive;
  width: 100%;
  max-width: 960px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-div h2 {
  font-size: 30px;
  width: 100%;
  text-align: start;

}

.video-div p {
  font-size: 18px;
  width: 100%;
  text-align: start;
  margin: 0;
}

#full-div h2 {
  font-size: 33px;
  font-family: Inclusive;
  margin: 0;
  margin-top: 50px;
}

@media only screen and (max-width: 650px) {
  #page-title {
    margin-top: 50px;
}

  #page-title h2 {
    font-size: 40px;
  }
}