@media (max-width: 480px), (min-width: 481px) and (max-width: 1024px)  {
 #trust h3 {
   font-size: 30px;
 }
 
  /* Splash */
  .trailer-title {
    position: absolute;
    top: 150px;
    left: 20px;
    display: none;
  }

  .trailer {
    height: 50vh;
    margin-top: 60px;
    object-fit: cover;
  }


  .play-container {
    display: none;
  }

  .trailer-title h2 {
    font-size: 32px;
  }

  /* Mandate Article */
  .mandate-article {
    padding: 20px;
  }

  .mandate-title h2 {
    font-size: 25px;
    padding: 40px 0 0 0;
  }

  .swiper-mandate {
    padding-bottom: 20px;
    width: 100%;
  }

  .mandate-slide {
    padding: 20px;
    width: 100%;
  }

  .mandate-objective {
    width: 100%;
    border-radius: 15px;
    margin: 0;
  }

  /* Projects */

  .reverse-project {
    flex-direction: column-reverse;
    margin:  40px 0 40px 0;
  }

  .project-documentary {
    padding-bottom: 40px;
  }

  .project-text {
    width: 100%;
    padding: 0 20px;
  }

  
  .project-text ul,
  .project-text li {
    margin: 20px 10px; 
  }

  .project-text p {
      margin: 0px 0;
  }

  .project-image {
    width: 100%;
    margin: 0px 0;
  }

  .project-image video {
    height: auto;
  }

  .project-text h3 {
    margin: 20px 0;
  }
}
