.number-points {
	padding: 20px;
}

.number-points-wrap {
	display: flex;
	justify-content: space-around;
}

.number-point {
	max-width: 50%;
	margin: 20px;
}

.number-point__title {
	text-align: center;
	color: var(--accent-color-dark);
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 0.15em;
}

.number-point__text {
	text-align: center;
	color: var(--text-color-dark);
	font-size: 1.7rem;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
	.number-point {
		max-width: none;
	}
}