.px_project_info .px_info_card + .px_info_card::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 0.1rem !important;
  background: var(--e-global-color-secondary) !important;
  left: -3rem !important;
}
.px_project_info .px_info_card {
  min-height: 12rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.px_project_video {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.px_project_video .px_project_video_title {
  margin: 0 !important;
  color: #fff !important;
}
.px_project_video .px_project_video_embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.px_project_video .px_project_video_embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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