.app-link {
    padding: 25px 20px 20px;
    background-color: var(--grey-1e);
    height: 100%;
}

.app-link a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.app-link a:hover {
    text-decoration: none;
}
.app-link .title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1;
    color: var(--white);
}

.app-link img {
    width: 22px;
}

@media screen and (min-width: 64em) {
    .app-link {
        padding: 25px 25px 15px 20px;
    }

    .panel-header .app-link {
        padding-bottom: 35px;
    }

    .app-link .title {
        font-size:30px;
        margin-bottom: 30px;
    }

    .app-link img {
        width: 33px;
    }
    .panel-footer .widgets .app-link {
        width: 210px;
        min-height: 220px;
    }
}