.textvideo-section-container {
  display: flex;
  flex-wrap: wrap;
  padding: 72px 0;
}
@media (max-width: 992px) {
  .textvideo-section-container {
    padding: 35px 0;
  }
}
.textvideo-section-text-col {
  width: 50%;
  padding-right: 50px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .textvideo-section-text-col {
    width: 100%;
    padding-right: 0;
  }
}
.textvideo-section-video-col {
  width: 50%;
}
@media (max-width: 992px) {
  .textvideo-section-video-col {
    width: 100%;
  }
}
.textvideo-section-title {
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .textvideo-section-title {
    padding: 0;
  }
}
.textvideo-section-subtitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .textvideo-section-subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
.textvideo-section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}
.textvideo-section-overlay:hover .play-btn {
  transform: scale(1.1);
}
.textvideo-section-video {
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.textvideo-section-video video, .textvideo-section-video img {
  top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.textvideo-section-video video.play-btn, .textvideo-section-video img.play-btn {
  width: 70px;
  height: 70px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  transition: transform 0.3s ease-out;
  cursor: pointer;
}/*# sourceMappingURL=Text_video_section.min.css.map */