/* Content 1 */
.c1__card--image {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

/* Content 2 */
.c2__container {
    margin-bottom: 2rem;
}

.c2__container a {
    text-decoration: none;
    color: black;
    line-height: 200%;
}

.c2__container a::after {
    content: " | ";
}
