h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(35%);
	width: 120px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #170e6b;
}

.btn-mobile{
	font-size:100%;
}