.video-section {
  margin-bottom: 5rem;
}

.video-intro-sub-tect-container {
  background-color: var(--background-orange);
  padding: 6px 15px;
  display: grid;
  place-items: center;
  clip-path: polygon(0% 0%, 86% 0, 100% 27%, 100% 99%, 0% 100%);
  width: fit-content;
  border-radius: 5px;
}

.video-place-holder {
  margin-top: 3rem;
  width: 100%;
}

.intro-video {
  border-radius: 1rem;
  margin-top: 3rem;
}
