main .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.content {
	background: rgba(0,0,0,0.7);
	margin: 30px auto;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.about_page_sidebar {
	padding: 10px 0;
}

.about_page_sidebar li.active a {
	background: rgb(255 255 255 / 8%);
	box-shadow: inset -4px 0px 0 #F98F1D;
	color: #F98F1D;
}

.about_page_sidebar li a {
	padding: 0 30px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.1s;
	font: normal normal 500 17px / 24px Montserrat;
	position: relative;
	color: #cacaca;
}

.about_page_sidebar li a svg {
	margin: 0 16px 0 0;
	width: 22px;
	height: auto;
}

.col-lg-8 .content {
	padding: 15px;
}

@media (min-width: 992px) {
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 992px) {
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}