.orange-box {
	width: 100%;
	background-color: #FF6900;
	text-align: center;
	margin-bottom: 1.875rem;
}

.orange-box__text {
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.orange-box__text {
		font-size: 1.125rem;
	}
}
