.glossar-related-posts .view-all-lnk {
    color: #223C6A;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -100px;
}
.glossar-related-posts .view-all-lnk:hover svg {
    transform: translateX(3px);
}
.glossar-related-posts .view-all-lnk svg {
    margin: 0 0 0 5px;
    transition: all 0.3s;
}
.glossar-related-posts {
    margin-top: 40px;
    position: relative;
}

.glossar-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(280px, 1fr));
    gap: 20px;
}

.glossar-related-item {
    background: #fff;
    border: 1px solid rgba(34, 60, 106, 0.24);
    padding: 32px;
    border-radius: 32px;
    min-height: 260px;
    position: relative;
}
.glossar-related-item h4 {
    color: rgba(28, 28, 28, 1);
    margin: 0 0 20px;
}
.glossar-related-item h4 a {
    text-decoration: none;
    color: rgba(28, 28, 28, 1);
    font-size: 24px;
}
.glossar-related-item h4 a:hover {
    text-decoration: underline;
}
.glossar-related-item p {
    margin: 0 0 20px;
    color: rgba(99, 99, 99, 1);
    font-size: 18px;
}
.glossar-related-item .btn-outline-arrow  {
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: calc(100% - 64px);
}
@media (max-width: 992px) {
    .glossar-related-posts .view-all-lnk {
        display: none;
    }
    .glossar-related-posts .mobile-visible.text-center {
        display: flex;
        justify-content: center;
        padding: 50px 0 10px;
    }
    .glossar-related-posts .mobile-visible.text-center .view-all-lnk {
        display: block;
        position: relative;
        top: 0;
    }
}
