@use "../../../../src/scss/utilities.scss";
.gridVideoAndText {
  //border: solid 1px var(--f-aire);
  border-left: 0px;
  border-left: 0px;

  .descriptionList {
    line-height: 1.47;
  }

  &__title {
    @extend %VFSans-font;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    color: var(--a-negro-unops);
    @media (max-width: 991.98px) {
      font-size: 25px;
    }
  }
} 
