.news {
    position: relative;
    margin-bottom: 3rem
}

.news .news-media {
    margin-bottom: 1.2rem
}

.news .news-media img {
    max-width: 100%
}

.news .news-media .news-media-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60%;
    background-color: var(--bs-light)
}

.news .news-media .news-media-img.news-media-img-lg {
    padding-top: 70%
}

.news .news-media .news-media-img.news-media-img-xl {
    padding-top: 85%
}

.news .news-media .news-media-img.news-media-img-full {
    padding-top: 100%
}

.news .news-label {
    margin-bottom: 1rem;
    display: flex
}

.news .news-label span {
    background-color: var(--bs-light);
    color: var(--bs-dark);
    padding: 4px 8px;
    font-size: .8125rem;
    font-weight: 800;
    border-radius: .8rem
}

.news .news-label span span {
    margin-left: .5rem
}

.news .news-title {
    font-size: 1.3125rem;
    margin-bottom: 1rem;
    color: var(--app-component-color);
    line-height: 1.2;
    font-weight: 600
}

.news .news-title-sm {
    font-size: 1.09375rem;
    margin-bottom: 1rem;
    color: var(--app-component-color);
    line-height: 1.2
}

.news .news-date {
    color: rgba(var(--app-component-color-rgb), .5);
    font-weight: 600;
    font-size: .8125rem
}