@use "../utilities";
.textAndListBlock {
  border-bottom: solid 1px var(--f-aire);
  &__description {
    @for $i from 1 through 6 {
      h#{$i} {
        margin-top: 0px;
        margin-bottom: 0px;
      }
    }
    h2 {
      @extend %VFSans-font;
      line-height: 1.37;
      font-size: 30px;
      font-weight: 600;
    }
    h2:nth-last-child(1) {
      margin-bottom: 1rem;
    }

    @extend %openSans-font;
    font-size: 18px;
    font-weight: 300;
    color: var(--a-negro-unops);
    p {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    strong,
    a {
      font-weight: 600;
    }
    a {
      color: var(--a-azul-unops);
    }
  }
  .description {
    @extend %openSans-font;
    font-size: 18px;
    font-weight: 300;
    color: var(--a-negro-unops);
    p {
      margin: 0px;
    }
    a,
    strong {
      font-weight: 600;
    }
    a {
      color: var(--a-azul-unops);
    }
    strong {
      color: var(--a-negro-unops);
    }
  }

  &__listText {
    &--item {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
    }
  }
}
