.gallery-sec {
	padding: 100px 0px;
	background-image: url(../img/about-bg.png);
	background-size: 63%;
	background-repeat: no-repeat;
	background-position: -54% 10%;
}
.gallery-sec h2 {
	font-size: 50px;
}
.gallery-sec h2 span {
	background: -webkit-linear-gradient(
		180deg,
		hsl(45deg 76% 61%) 0%,
		hsl(46deg 82% 63%) 9%,
		hsl(46deg 88% 65%) 18%,
		hsl(46deg 95% 67%) 27%,
		hsl(45deg 93% 66%) 36%,
		hsl(44deg 78% 59%) 45%,
		hsl(42deg 67% 53%) 55%,
		hsl(41deg 70% 46%) 64%,
		hsl(42deg 67% 47%) 73%,
		hsl(43deg 63% 51%) 82%,
		hsl(45deg 69% 56%) 91%,
		hsl(47deg 76% 61%) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sl-overlay {
	background: #f1e2c0 !important;
}
/* responsive starts here */
@media (max-width: 480px) {
	.gallery-sec h2 {
		font-size: 39px;
	}
}
/* responsive ends here */
