.hero-banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 120px 0;
}
.hero-caption .maxtitle-1 {
	margin: 0 0 30px;
}
.hero-caption .maxtitle-1 span {
	color: var(--sk-secondary);
	position: relative;
}
.hero-caption .maxtitle-1 span:after {
	position: absolute;
	content: '';
	display: flex;
	bottom: 4px;
	left: 0;
	width: 100%;
	min-height: 4px;
	background: var(--sk-secondary);
}
.hero-caption p {
	color: #eeecec;
	font-size: 22px;
	line-height: 1.773;
	margin: 0 0 30px;
}
.bottom-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 125px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
@media (max-width: 1549px) {
	.hero-caption p {
	    font-size: 20px;
	}
}
@media (max-width: 767px) {
	.hero-caption .maxtitle-1 {
	    margin: 0 0 20px;
	}
	.hero-caption p {
        font-size: 18px;
        line-height: 1.5;
        margin: 0 0 25px;
    }
    .hero-banner {
    	padding: 100px 0;
    }
}