.c-standard-card__image {
    margin-bottom: 10px;
}

.c-standard-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.c-standard-card__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-standard-card__description {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


@media screen and (min-width: 1024px) {

    .wide-card {
        grid-column: span 2;
    }

    .wide-card-image {
        width: 100%;
        height: 219px;
    }

    .wide-card-description {
        max-width: unset;
    }
}
