
	.news-header__title {
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(var(--color-site-text-two) / var(--tw-text-opacity))
}
@media (min-width: 1024px) {
    .news-header__title {
        margin-top: 112px
    }
}
	.news-item {
    grid-column: span 12 / span 12;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
    border-width: 0px
}
	@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__image {
    aspect-ratio: 8/5
}

	.news-item__title {
    margin-top: 2rem;
    text-align: center;
    font-family: Old Standard TT, serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity))
}

	.news-item__content {
    gap: 0px;
    padding: 0px
}

	.news-item__text {
    margin-top: 1rem;
    text-align: center;
    font-family: Libre Franklin, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-site-text-one) / var(--tw-text-opacity))
}

	.news-item__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px;
    text-align: center;
    font-family: Libre Franklin, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity))
}

	.news-item__read-more {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Libre Franklin, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    --tw-text-opacity: 1;
    color: rgb(var(--color-white) / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms
}

	.news-item__read-more:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-secondary) / var(--tw-bg-opacity))
}
	.news-items {
    padding-top: 4rem;
    padding-bottom: 4rem
}

	.news-items__container {
    gap: 2rem
}

	@media (max-width: 1023px) {
    .news-items__container {
        grid-column: span 12 / span 12
    }
}

	@media (min-width: 1024px) {
    .news-items__container {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        grid-column: span 8 / span 8;
        padding-top: 2rem;
        padding-right: 12%
    }
}


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