.crossreferences-container {
    margin-bottom: -37px;
}
.related-pages-container {
    margin-top: 70px;
    margin-bottom: -15px;
}
.related-pages-container h2 {
    /*font-size: 32px;*/
    margin-bottom: 17px;
}
.related-pages {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 28px;
}
.related-pages .img-overlay::before {
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 15%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 15%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 15%, rgba(255, 255, 255, 0) 100%);
}
.related-pages li {
    width: 33%;
}
.related-pages a {
    display: block;
    position: relative;
    font-style: normal;
    height: 220px;
    /* mirror of the image */
    width: 100%;
    /* mirror of the image */
}
.related-pages div {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 16px;
    bottom: 0;
    z-index: 2;
}
.related-pages p {
    color: white;
}
.related-pages p.related-pages-titel {
    font-family: 'FiraSansMedi', serif;
    font-size: 24px;
    order: 2;
}
@media (max-width: 639px) {
    .related-pages p.related-pages-titel {
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 0;
    }
}
.related-pages p.related-pages-subtitle {
    font-family: 'FiraSansNorm', serif;
    margin-bottom: 5px;
    order: 1;
}
.related-pages img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    order: 3;
}
@media (max-width: 1023px) {
    .related-pages-container {
        margin-top: 20px;
        margin-right: calc(-1 * var(--body-side-mob));
        margin-left: calc(-1 * var(--body-side-mob));
    }
    .related-pages-container h2 {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .related-pages {
        flex-direction: column;
        margin-left: 0 !important;
        margin-bottom: 25px;
    }
    .related-pages li {
        width: 100%;
    }
}
