.sh-section {
	background: #000;
	padding: 64px 20px 40px;
	box-sizing: border-box;
}

.sh-badge {
	display: inline-block;
	border: 0px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: unset;
	padding: 6px 18px;
	border-radius: 90px;
	margin-bottom: 12px;
	letter-spacing: .2px;
}
span.sh-line.sh-normal {
    color: #e6ca60;
}

.sh-heading {
	font-weight: 200;
	color: #fff !important;
	line-height: 1.2em !important;
	margin: 0 0 20px 0 !important;
	font-size: 42px
}

h2.sh-heading.custom-headng-sh {
	margin-top: 0
}

p.sh-subtext {
	font-size: 20px;
	color: #b9c0bf !important;
}

.sh-line {
	display: block
}

.sh-normal {
	color: #fff
}

.sh-subtext {
	font-size: 15.5px;
	color: #777;
	line-height: 1.72;
	margin: 0;
	max-width: 620px
}

.sh-section[style*="center"] .sh-subtext,
.sh-section[style*="center"] .custom-container {
	margin-left: auto;
	margin-right: auto
}

@media(max-width:600px) {
	.sh-section {
		padding: 48px 16px 28px
	}

	.sh-heading {
		font-size: clamp(24px, 6vw, 36px)
	}

	.sh-subtext {
		font-size: 14px
	}
}