#historySec {
	position: relative;
	margin-bottom: 180px;
	overflow: hidden;
}

#historySec .topContent {
	position: relative;
	width: 70%;
	margin: 0 auto 50px auto;
	text-align: center;
}

#historySec .topContent h1 {
	margin: 0;
	font-size: var(--font-title-size);
	color: var(--primary-color);
	font-weight: 500;
	line-height: 70px;
	text-transform: uppercase;
}

#historySec .topContent h1 br {
	display: block;
}

#historySec .topContent p {
	margin: 20px 0 0 0;
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 400;
	line-height: 28px;
}

.history-gallery .owl-stage-outer {
	cursor: grab;
}

.history-gallery .owl-stage-outer:active,
.history-gallery a:active {
	cursor: grabbing;
}

/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

	#historySec .topContent h1 {
		font-size: 50px;
		line-height: 60px;
	}

	#historySec .topContent p {
		font-size: 16px;
		line-height: 26px;
	}

}



/* #Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#historySec {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	#historySec .topContent {
		width: 100%;
	}

	#historySec .topContent h1 {
		font-size: 40px;
		line-height: 50px;
	}

	#historySec .topContent p {
		font-size: 16px;
		line-height: 26px;
	}
}



/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 767px) {

	#historySec .topContent {
		width: 100%;
		margin-bottom: 30px;
	}

	#historySec .topContent h1 {
		line-height: 40px;
	}

	#historySec .topContent p {
		line-height: 26px;
	}
}