.card-link {
    > * {
        display: grid;
        margin :0 !important;
        text-decoration: none !important;
        /*
        grid-template-columns: minmax(200px, 1fr);
        grid-template-rows: minmax(200px, 1fr);
        */
        height: 100%;
        .vpa-image{
            grid-column: 1;
            grid-row: 1;
            align-self: stretch;
            justify-self: center;
            overflow: hidden;
            margin :0 !important;
            border-radius: 10px;
            


        }

        .heading{
            grid-row: 1;   
            grid-column: 1;
            align-self: end;
            justify-self: center;
            padding: 10px;
            font-size: 1.5em;
            font-weight: bold;
            z-index: 10;
            text-align: center;
            color: white;
            text-shadow: 2px 2px 2px rgba(0,0,0);

        }

    }
    .sub-container {
        padding: 0;
    }
    a[target=_blank]{
    background: none !important;
    padding-right: 0 !important;
        h3 {
            background: no-repeat right var(--external-url-white);
            padding-right: 1.25em;
            background-size: 20px;
        }
    }

  }