.video h2 {
  font-size: 58px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.16px;
}
@media screen and (max-width: 992px) {
  .video h2 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.64px;
  }
}
.video .embed-wrapper .embed-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 14px 1px #ff6f61;
  border-radius: 10px;
  cursor: pointer;
}
.video .embed-wrapper .embed-responsive iframe, .video .embed-wrapper .embed-responsive > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .embed-wrapper .embed-responsive .play-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video .embed-wrapper .embed-responsive .play-icon-wrapper .play-icon {
  width: 30px;
  height: 30px;
}
.video .embed-wrapper .video-description {
  color: #808b8e;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
}

/*# sourceMappingURL=video.css.map*/