.news-single__container-text {
	margin-top: 5.5rem;
	font-family: "Onest", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 120%; /* 28.8px */
}

/*бекграунды*/

.top-science-day-octa {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.march-of-8--bg {
	position: absolute;
	z-index: -1;
	bottom: 11rem;
	right: 0;
	opacity: var(--opacity-light-half);
}

.science-day-bottom-ball {
	position: absolute;
	z-index: -1;
	left: -40rem;
	bottom: 0;
	width: 1234px;
	height: 1234px;
	transform: rotate(-77deg);
	border-radius: 1234px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 128, 36, 0.50) 0%, rgba(235, 174, 129, 0.00) 100%);
}

.bottom-sc-grid--8march {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 28rem;
}

.science-day-bg-ball-one {
	position: absolute;
	z-index: -3;
	opacity: 0.7;
	bottom: 15rem;
	right: -35rem;
	width: 1619px;
	height: 1619px;
	transform: rotate(90deg);
	flex-shrink: 0;
	border-radius: 1619px;
	background: var(--science-ball-bg-one);
}

.science-day-bg-ball-two {
	position: absolute;
	z-index: -2;
	opacity: 0.7;
	bottom: 15rem;
	right: -35rem;
	width: 1619px;
	height: 1619px;
	transform: rotate(90deg);
	flex-shrink: 0;
	border-radius: 1619px;
	background: var(--science-ball-bg-two);
}

@media screen and (max-width: 1024px) {
	.march-of-8--bg {
		width: 70%;
		bottom: 10rem;
	}
	
	.top-science-day-octa {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.march-of-8--bg {
		width: 60%;
		top: 20rem;
	}

	.top-ny-grid,
	.bottom-sc-grid--8march {
		display: none;
	}
}

@media screen and (max-width: 430px) {
	.march-of-8--bg {
		width: 100%;
		top: 15rem;
	}
}