@charset "utf-8";

.xet-page-wrp .page-header {}
.xet-page-wrp .page-header h2 {
	

}
.xet-page-wrp .page-box {
	padding: 20px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.xet-page-wrp .page-box .title {
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 6px solid #ef3d6f;
	color: #221c24;
}


.xet-page-wrp .page-box ol>li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px;
}
.xet-page-wrp .page-box ol>li::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: flex;
	width: 6px;
	height: 6px;
	background-color: #ef3d6f;
	border-radius: 50%;
}
.xet-page-wrp .page-box ol>li>div {
	display: flex;
	align-items: center;
}
.xet-page-wrp .page-box ol>li>div>span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	background-color: #ef3d6f;
	border-radius: 50%;
}
.xet-page-wrp .page-box ol ol>li {
	padding-left: 16px; 
}
@media (min-width: 992px) {
	.xet-page-wrp .page-box {
		font-size: 16px;
	}
}