/* VIDEO */

section.video {
  padding-top: 63px;
  padding-bottom: 63px;
}
section.video video {
  max-width: 100%;
}
section.video video,
section.video iframe {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
section.video iframe {
  height: 243px;
}
section.video .btn {
  display: block;
  margin: 69px auto 10px auto;
}

.video-heading {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #020014;
  text-align: center;
  margin-bottom: 88px;
  padding: 0 15px;
}

@media (max-width: 576px) {
  section.video .container {
    padding: 0;
  }
}

@media (min-width: 576px) {
  section.video iframe {
    height: 276px;
  }
  section.video video,
  section.video iframe {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  section.video iframe {
    height: 378px;
  }
}

@media (min-width: 992px) {
  section.video iframe {
    height: 540px;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
