.topic-header {
	background: #fff;
	padding: 20px;
	text-align: center;
	color: #0d1f43;
	margin-bottom: 0px;
}

.topic-header .topic-title {
	font-size: 40px;
	font-weight: 500;
	color: #0d1f43;
	margin: 5px;
}

hr {
	height:4px;
	border-width:0%;
	width:60%;
	align:center;
	color:#0d1f43;
	background-color:#0d1f43;
}

.marg-space {
	margin-top: -24px;
}

.video-card {
	opacity: 1;
	border-radius: 0;
}

.video-card.rounded {
	border-radius: 20px;
}

.video-card img {
	border-radius: 0;
}

.video-card .plus {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.icon-bookmark {
	position: fixed;
	right: 0;
	padding-right: 20px;
	float: right;
}

.section-video {
	background-color: #404ca0!important;
	padding: 20px 40px;
	color: #fff;
}

ul.brand-list {
	list-style-type: circle;
	margin-left: -10px;
}

ul.brand-list li {
	font-size: 18px;
	margin-bottom: 5px;
}