.about-content {
  padding-left: 5%;
  padding-right: 5%;

  margin-bottom: 60px;
}

.about-content__inner {
  display: flex;
  justify-content: space-between;
}

.about-content__inner.flex-reverse {
  flex-direction: row-reverse;
}

.about-content-desc,
.about-content-cover {
  width: 48.5%;
}

.about-content-desc__title {
  padding: 35px 0 0;
  font-size: 20px;
  margin: 0 0 35px;

  border-top: 1px solid #dadfdb;
}

.about-content-desc__content {
  padding: 0px 25px;

  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 12px;
}

.about-content-desc__content p {
  margin: 0 0 12px;
}

.about-content-cover img,
.about-content-cover video {
  width: 100%;
  height: auto;

  object-fit: cover;
}

.about-title {
  margin: 30px 0;
}

.video-js {
  width: 40vw !important;
  height: 22.5vw !important;
}

@media screen and (max-width: 900px) {
  .about-content {
    padding-left: 0;
    padding-right: 0;
  }

  .about-content__inner {
    flex-direction: column;
    align-items: center;
  }

  .about-content__inner.flex-reverse {
    flex-direction: column;
  }

  .about-content-desc {
    width: 100%;
    padding: 0 10px;
  }

  .about-content-desc__title {
    border-top: none;

    padding: 20px 35px 0;
    margin: 0 0 20px;
  }

  .about-content-desc__content {
    padding: 0px 25px;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 12px;
  }

  .about-content-cover {
    width: 100%;
  }

  .about-content-cover #my-video {
    height: 56vw;
  }

  .video-js {
    width: 100vw !important;
    height: 56.25vw !important;
  }
}
