#franjahBox {
	background-image: url(../img/bnr3.webp);
}
article > div {
	display: block;
	background: white;
	padding: 20px 30px;
	border-radius: 10px;
	box-shadow: 0 0 18px 2px gray;
}
hr {
	margin: 40px 0;
	background: black;
	height: 2px;
}
article ol {
	padding-left: 5px;
}
article ol li {
	padding-bottom: 20px;
}
article p span {
	color: #ff770f;
	font-weight: 600;
}
@media (min-width: 768px) {
	#franjahBox {
		height: 35vh;
	}
	article {
		display: block;
		padding: 60px 40px;
	}
	article > div {
		width: auto;
		padding: 40px;
	}
}
