body {
	font-family: 'Baloo Bhaina 2', cursive;
}

.content_top {
	background-image: url(../images/background_img5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content p span {
	font-weight: 600;
	font-size: 20px;
}

.side_bar {
	margin-bottom: 30px;
}

@media (max-width: 575.98px) {

	.content_top {
		background-image: none;
	}

	.content p span {
		font-size: 18px;
	}

	.side_bar {
		/*margin-top: 30px;*/
	}
}