@use "../../../../src/scss/utilities.scss";
.btextListLink {
  //border-bottom: solid 1px var(--f-aire);
  &__title {
    @extend %VFSans-font;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.37;
    color: var(--a-negro-unops);
    @media (max-width: 991.98px) {
      font-size: 25px;
    }
  }
  &__description {
    font-size: 18px;
    color: var(--a-negro-unops);
    strong,
    a {
      font-weight: 600;
    }
    a {
      color: var(--a-azul-unops);
    }
    p{ 
      font-size: 1.1rem;
      font-size: clamp(1.1rem, 0.8333333333333335rem + 0.33333333333333326vw, 1.3rem);
      margin-bottom: 0.5rem;
    }
  }
  .textAndListBlock__listText {
    .descriptionList{
      p{ 
        @extend %openSans-font;
        font-size: 1.1rem;
        font-size: clamp(1.1rem, 0.8333333333333335rem + 0.33333333333333326vw, 1.3rem);
        margin-bottom: 0px;
      }
    }
  }
}