@use "../../../../src/scss/utilities.scss";
.gridVideos {
  //max-width: 1320px;
  margin: auto;
    &__title {
      @extend %VFSans-font;
      font-size: 35px;
      font-weight: 600;
      line-height: 1.37;
      text-align: center;
      color: var(--a-negro-unops);
    }
    &__titleVideo {
      @extend %VFSans-font;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.35;
      color: var(--a-azul-unops);
    }
  }
  