@use "../utilities";
.pressBlockText {
  //border-top: solid 1px var(--f-aire);
  &__title {
    @extend %VFSans-font;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.23;
    color: var(--a-negro-unops);
  }
  &__description {
    font-size: 18px;
    color: var(--a-negro-unops);
    ul {
      list-style: initial !important;
    }
    p {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    a {
      font-weight: 600;
      color: var(--a-azul-unops);
    }
  }
}
