.history-section-one {
	margin: 50px 0 120px 0;
}
.his_main_heading {
	text-align: center;
	/*font-family: 'Roboto', sans-serif;*/
	/*font-weight: 700;*/
	color: #43b6da;
	text-transform: capitalize;
	text-align: center;
	margin: 0 0 60px 0;
	/*font-size: 80px;*/
	font-size: 57px;
}
.history-box-thumb {
	width: 400px;
	margin-left: auto;
	max-width: 100%;
	margin-right: 40px;
}
.history-box-thumb img {
	width: 100%;
}
.history-box-heading ,
.history-section-two h3 {
	/*font-family: 'Roboto', sans-serif;*/
	/*font-weight: 700;*/
	color: #43b6da;
	/*font-size: 52px;*/
	margin: 0 0 16px 0;
	text-transform: capitalize;
}
.history-box-para {
	/*font-family: 'Roboto', sans-serif;*/
	/*font-weight: 400;*/
	color: #212529;
	/*font-size: 24px;*/
}
.spacer {
	margin-bottom: 24px;
}
.spacer_big {
	margin-bottom: 60px;
}
.history-section-two {
	margin: 80px 0;
}


.bullets{
	position: relative;
	/*left: 20px;*/
	top: 20px;
}
.bullets li{
	list-style: disc;
	list-style-position: inside;
	text-align: justify;
	/*padding: initial;*/
	/*margin: initial;*/
}










@media screen and (max-width: 991px) {
	.his_main_heading {
		/*font-size: 60px;*/
	}
	.history-box-heading ,
	.history-section-two h3 {
		/*font-size: 42px;*/
	}
	.history-box-para {
		/*font-size: 18px;*/
	}
}
/*ends max-width 991px*/




@media screen and (max-width: 767px) {
	.history-box-thumb {
		margin: 0 auto 30px;
	}
	.history-section-one {
		margin-bottom: 100px;
	}
}
/*ends max-width 767px*/