
	.news-item {

		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: 10/6;
}

	.news-item__content {

		-webkit-box-align: center;

		    -ms-flex-align: center;

		        align-items: center;

		padding-left: 0px;

		padding-right: 0px;

		padding-bottom: 0px;
}

	.news-item__title {

		text-align: center;

		font-size: 2.25rem;

		line-height: 3rem;
}

	@media (max-width: 1023px) {

		.news-item__title {

				font-size: 1.5rem;

				line-height: 2rem;
		}
}

	.news-item__text {

		text-align: center;

		font-size: 1rem;

		line-height: 1.5rem;

		line-height: 32px;

		--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-size: 1rem;

		line-height: 1.5rem;

		font-weight: 400;

		--tw-text-opacity: 1;

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

	.news-item__read-more {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		min-height: 52px;

		width: 180px;

		-webkit-box-align: center;

		    -ms-flex-align: center;

		        align-items: center;

		-webkit-box-pack: center;

		    -ms-flex-pack: center;

		        justify-content: center;

		gap: 0.5rem;

		--tw-border-opacity: 1;

		border-color: rgb(var(--color-primary) / var(--tw-border-opacity));

		--tw-bg-opacity: 1;

		background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));

		padding-left: 0.5rem;

		padding-right: 0.5rem;

		font-size: 0.875rem;

		line-height: 1.25rem;

		font-weight: 400;

		--tw-text-opacity: 1;

		color: rgb(var(--color-white) / var(--tw-text-opacity));

		-webkit-text-decoration-line: none !important;

		        text-decoration-line: none !important;

		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-border-opacity: 1;

		border-color: rgb(var(--color-secondary) / var(--tw-border-opacity));

		--tw-bg-opacity: 1;

		background-color: rgb(var(--color-secondary) / var(--tw-bg-opacity));

		--tw-text-opacity: 1;

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

	.news-item__read-more {

		-webkit-clip-path: polygon(12px 0%, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0% 12px);

		        clip-path: polygon(12px 0%, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0% 12px);
	}
	@media (max-width: 1023px) {

		.news-items {

				gap: 2rem;
		}
}
	@media (min-width: 1024px) {

		.news-items {

				gap: 2rem;
		}
}

	@media (max-width: 1023px) {

		.news-items__container {

				gap: 2rem;
		}
}

	@media (min-width: 1024px) {

		.news-items__container {

				-webkit-box-ordinal-group: 2;

				    -ms-flex-order: 1;

				        order: 1;

				grid-column: span 8 / span 8;

				gap: 2rem;
		}
}


/*# sourceMappingURL=news.5323bccf312ee6993049.css.map*/