.list-link {
  margin-bottom: 2rem;

  .cta_button {
    /* display: unset; */

    .button {
      display: unset;
      padding: 0;

      a {
        justify-content: flex-start;
      }
    }
  }

  .h_title {
    margin-bottom: 0;

    .alert-heading {
      font-size: 3.5rem;
    }
  }
}

.list-link-description>p {
  font-size: 1.25rem;
  font-weight: 300;
}


.list-link-enlaces {
  max-width: 73.125rem;
  width: 100%;
  margin: auto;

  a {
    position: relative;
    border-bottom: 1px solid var(--color-gray);
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    display: block;

    &:after {
      position: absolute;
      right: 0;
      font-family: 'GeneraliIcons';
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e910";
      color: var(--color-red);
    }
  }

  .button {
    width: 100%;
    padding: 0;
    color: var(--color-gray-darker3) !important;

    >a {
      display: block;
      padding: 27px 0;
    }
  }

  .field__item:first-of-type {
    .cta_button {
      .button>a {
        border-top: 1px solid var(--color-gray);
      }
    }
  }

  /* .field__item:last-of-type {
    .cta_button {
      .button > a {
        border: 0;
      }
    }
  } */
}

@media screen and (max-width: 1024px) {
  .list-link {
    padding: 1rem;

    .h_title {
      margin-bottom: 0;

      .alert-heading {
        font-size: 1.5rem;
        line-height: 2.125rem;
      }
    }

    .list-link-description>p {
      font-size: 1rem;
    }
  }
}