.home-explore-section {
  /* padding: 2rem 0; */
  background-color: #f5f2ed;
  padding: 50px 40px;
}

.home-explore-inner {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 40px; */
  /* border: 2px solid blue; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-explore-left {
  flex: 1;
}

.home-explore-video {
  flex: 2;
  /* border: 2px solid blue; */
}

.home-explore-video-frame {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  height: auto;
}

.home-explore-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-explore-section .section-head {
  color: rgb(39, 79, 100);
  /* Match the tight header leading used in the sections below */
  line-height: 0.8;
}

.home-explore-section .section-head span {
  color: black;
}

/* Desktop layout: side-by-side columns */
@media (min-width: 768px) {
  .home-explore-inner {
    flex-direction: row;

    align-items: center;
  }

  .home-explore-section {
    /* padding: 2rem 0; */
    background-color: #f5f5f5;
    padding: 70px 30px;
    padding-left: 50px;
  }

  .home-explore-section .section-head {
    padding-left: 20px;
  }

  .home-explore-section .section-head span {
    color: black;
    left: 25px;
    letter-spacing: -1px;
    display: block;
    line-height: 0.8;
    margin-top: 2rem;
  }

  .watch-film-btn {
    margin-left: 2rem;
  }
}

@media (min-width: 992px) {
  .home-explore-section {
    /* padding: 2rem 0; */
    background-color: #f5f5f5;
    padding: 130px 30px;
  }

  /* .home-explore-section .section-head span {
    left: -37px;
  } */
}

@media (min-width: 1200px) {
  .watch-film-btn {
    margin-left: 4rem;
  }
}

@media (min-width: 1600px) {
  .home-explore-inner {
    max-width: 1400px;
  }

  .home-explore-section .section-head span {
    left: -37px;
  }
}
