.tcl-video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tcl-video-card__video--large {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .tcl-video-card__video--large {
    margin-bottom: 30px;
  }
}
.tcl-video-card__video--small {
  width: calc(50% - 15px);
}
@media (max-width: 1199px) {
  .tcl-video-card__video--small {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tcl-video-card__video img {
  width: 100%;
}
.tcl-video-card__content--large {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .tcl-video-card__content--large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tcl-video-card__content--large > div:first-child {
  width: 35%;
}
@media (max-width: 1199px) {
  .tcl-video-card__content--large > div:first-child {
    width: 100%;
  }
}
.tcl-video-card__content--large > div:last-child {
  width: 60%;
}
@media (max-width: 1199px) {
  .tcl-video-card__content--large > div:last-child {
    width: 100%;
  }
}
.tcl-video-card__content--small {
  width: calc(50% - 15px);
}
@media (max-width: 1199px) {
  .tcl-video-card__content--small {
    width: 100%;
  }
}
.tcl-video-card__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}
.tcl-video-card__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.tcl-section--light .tcl-video-card__heading {
  color: #111111;
}
.tcl-section--light .tcl-video-card__description {
  color: #111111;
}