.link__element .card-list--standalone,
.link__element .card-list--standalone .card {
    display: flex;
    flex-direction: column;
}

.link__element .text-area {
    background: #009ddc !important;
}

.link__element .text-area a {
    font-size: 18px;
}

.link__element .text-area * {
    color: #fff !important;
}

.link__element .card-list--standalone .card .text-area {
    margin-top: -7rem;
    width: calc(100% - 48px);
}


.link__element .card .image-area__image {
    outline: none;
    overflow: hidden;
    position: relative;
}

.link__element .card .text-area {
    background: #fff;
    padding: 3rem 2rem;
    position: relative;
}

.link__element .card-list--standalone .card {
    align-items: center;
    float: none;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.link__element .card {
    box-shadow: none !important;
}


@media screen and (min-width: 992px) {
    .link__element .card-list--standalone .card .image-area {
        width: 87rem;
    }
    .link__element .card-list--standalone .card .image-area {
        width: 100%;
    }
    .link__element .card .image-area {
        padding-bottom: 0;
    }
    .link__element .card-list--standalone .card.is-reversed .text-area {
        margin-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .link__element .card-list--standalone .card {
        flex-direction: row;
    }
    .link__element .card-list--standalone .card .image-area {
        width: 104rem;
    }
    .link__element .card-list--standalone .card .text-area {
        margin-left: -20rem;
        margin-top: 0;
        width: 56rem;
    }
    .link__element .card-list--standalone .card.is-reversed {
        flex-direction: row-reverse;
    }
    .link__element .card-list--standalone .card.is-reversed .image-area {
        margin-left: -24rem;
    }
    .link__element .card-list--standalone .card.is-reversed .text-area {
        margin-left: 0;
    }
}


