.DetailsNews_container {
	width: 100%;

	p {
		margin: 0;
		padding: 0;
	}

	b,
	strong,
	li,
	p {
		font-size: 1rem;
	}

	.news__header {
		display: flex;
		justify-content: space-between;
		padding-top: 1.875rem;

		@media (max-width: 700px) {
			padding-top: 1.25rem;
		}
	}

	.news__date {
		font-weight: 400;
		font-size: clamp(0.875rem, 0.842rem + 0.132vi, 1rem);
		color: var(--color-dark-gray);
	}

	.news__info-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.news__title {
		font-weight: 700;
		font-size: clamp(1.375rem, 1.324rem + 0.199vi, 1.563rem);
		color: var(--color-black);
		max-width: 749px;
	}
	s .news__content {
		font-weight: 400;
	}

	.news__content-text {
		font-size: 1.375rem;
	}

	.news__content-image > img {
		border-radius: 1.25rem;
	}

	.news__btn-block {
		margin-top: 1.875rem;

		@media (max-width: 1000px) {
			display: flex;
			justify-content: center;
		}
	}

	@media (max-width: 1000px) {
		position: relative;
	}
}

@media (max-width: 1000px) {
	.news__content-wrapper {
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	.news__content-image {
		display: flex;
		justify-content: center;
	}
	.news__content {
		margin-top: 1.25rem;
	}
	.nav-detail__link-block {
		position: absolute;
		top: 0;
		right: 0;
	}
}
