.paragraph--type--text-with-video .video-background {
  background-color: #F7F8F8;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-video .video-background {
    padding: 40px 0;
  }
}
.paragraph--type--text-with-video .video-background .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 1410px;
  width: 100%;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-video .video-background .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type--text-with-video .video-background .video-container .video-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-video .video-background .video-container .video-wrapper {
    margin-bottom: 40px;
  }
}
.paragraph--type--text-with-video .video-background .video-container .video-wrapper .video-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -2px;
  color: #1A2035;
}
.paragraph--type--text-with-video .video-background .video-container .video-wrapper .video-text {
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  color: #404557;
}
.paragraph--type--text-with-video .video-background .video-container .video-view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-video .video-background .video-container .video-view {
    width: 100%;
  }
}
.paragraph--type--text-with-video .video-background .video-container .video-view .youtube-container {
  width: 450px;
  height: 250px;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-video .video-background .video-container .video-view .youtube-container {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    border-radius: 10.25px;
  }
}
.paragraph--type--text-with-video .video-background .video-container .video-view .youtube-container iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10.25px;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-video .video-background .video-container .video-view .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=text-video.css.map */
