.btn-show-more {
	background-color: #ff8000;
	width: 300px;
	height: 30px;
	border-radius: 15px;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
	/* font-family: "Knowledge-Medium"; */
}

.container__btn-show-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 10px;
	color: #fff;
	/* font-family: "Knowledge-Medium"; */
	font-size: 13px;
}
