.about-page {
  background-color: #ffffff;
}

.about-content-wrapper {
  bottom: 50px;
  padding-top: 20px;
  width:1000px;
  padding-left:20px;
  padding-right:20px;
  margin-left:auto;
  margin-right:auto;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-content-wrapper p {
  font-family: 'Playfair Display',sans-serif;
  font-size: 16px;
  /*color: #333;*/
  line-height: 30px;
  margin-bottom: 15px
}

.about-content-wrapper h2 {
  font-size: 32px;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
}

.about-divider {
  border: 0;
  height: 1px;
  background-color: #b4b4b4;
  margin: 50px 10%;
}

.about-video {
  margin-top: 40px;
  /*padding-top: 20px;*/
  /*border-top: 1px solid #e6e6e6;*/
  text-align: center;
}

.about-video video {
  width: 100%;
  height: auto;
  display: block;
}


/* Mobile styles */
@media (max-width: 1024px) {
  .about-content-wrapper {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-content-wrapper h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .about-content-wrapper p {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-divider {
    margin: 40px 5%;
  }
}

@media (max-width: 768px) {
  .about-content-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 30px;
  }

  .about-content-wrapper h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .about-content-wrapper p {
    font-size: 14px;
    line-height: 1.8;
  }

  .about-divider {
    margin: 30px 0;
  }

  .about-video {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .about-content-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-content-wrapper h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .about-content-wrapper p {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 20px;
  }

  .about-divider {
    margin: 25px 0;
  }

  .about-video {
    margin-top: 25px;
  }
}