.ourstory-banner{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.ourstory-overlay{
	background-color: #0000006b;
    color: #fff;
    width: 100%;
    height: 500px;
}
.story-title{
	color: #FCFF65;
	font-family: 'Abril Fatface', serif;
	font-size: 2.9rem;
}
.ourstory-bgelephant{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.adjust-margin{
	margin-top:70% ;
}
@media (max-width: 574px) {
	.adjust-margin {
		margin-top: 10% !important;
	}
	.newcontainer-height {
		height: 2900px;
	}
}
@media (min-width: 575px) and (max-width: 767px) {
	.adjust-margin {
		margin-top: 10% !important;
	}
	.newcontainer-height {
		height: 2500px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.newcontainer-height {
		height: 2000px;
	}
}
