
	.news-item {

    border-width: 0px;

    --tw-bg-opacity: 1;

    background-color: rgb(var(--color-site-bg-two) / var(--tw-bg-opacity))
}

@media (min-width: 640px) {

    .news-item {

        grid-column: span 12 / span 12
    }
}

@media (min-width: 768px) {

    .news-item {

        grid-column: span 12 / span 12
    }
}

	.news-item__inner {

    gap: 0px
}

	@media (min-width: 1024px) {

    .news-item__inner {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

            -ms-flex-direction: row;

                flex-direction: row
    }
}

	.news-item__image {

    position: relative;

    aspect-ratio: 408/370;

    max-width: 100%;

    -ms-flex-negative: 0;

        flex-shrink: 0
}

	@media (min-width: 1024px) {

    .news-item__image {

        width: 408px
    }
}

	.news-item__content {

    -webkit-box-flex: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;

    gap: 0px;

    padding: 2rem
}

	@media (min-width: 1024px) {

    .news-item__content {

        padding-right: 0px
    }
}

	.news-item__title {

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    --tw-text-opacity: 1;

    color: rgb(var(--color-primary) / var(--tw-text-opacity))
}

	@media (min-width: 1024px) {

    .news-item__title {

        padding-right: 2rem;

        font-size: 2.25rem;

        line-height: 3rem !important
    }
}

	.news-item__info {

    padding: 0px;

    font-family: Roboto, sans-serif;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 400;

    --tw-text-opacity: 1;

    color: rgb(var(--color-site-text-two) / var(--tw-text-opacity))
}

	@media (min-width: 1024px) {

    .news-item__info {

        padding-right: 2rem
    }
}

	.news-item__text-bg {

    margin-top: 2rem;

    -webkit-box-flex: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;

    --tw-bg-opacity: 1;

    background-color: rgb(var(--color-grey-tone-five) / var(--tw-bg-opacity));

    padding: 2rem
}

	.news-item__text {

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 5;

    font-family: Roboto, sans-serif;

    font-size: 1.125rem;

    line-height: 1.75rem;

    --tw-text-opacity: 1;

    color: rgb(var(--color-site-text-one) / var(--tw-text-opacity))
}

	.sc-dark .news-item__text {

    --tw-text-opacity: 1;

    color: rgb(var(--color-black) / var(--tw-text-opacity))
}
	.news-items {

    padding-left: 1rem;

    padding-right: 1rem;

    padding-bottom: 1rem;

    padding-top: 0px
}

	@media (min-width: 1024px) {

    .news-items__container {

        grid-column: span 12 / span 12;

        gap: 2rem
    }
}


/*# sourceMappingURL=news.f1ff34427281d1bbda19.css.map*/