@charset "UTF-8";

.page-title.c__title {
	line-height: initial;
}

.news__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

.news__content img {
	text-align: center;
	display: block;
	margin-inline: auto;
}

.news {
	overflow-x: hidden;
}

@media (max-width: 768px) {
	.page-title.c__title {
		font-size: clamp(1.25rem, 0.9821rem + 1.3393vw, 1.625rem);
	}
}