.b-form-description-button {
	width: calc(100% - 24px);
	display: block;
	height: auto;
	padding: 20px 12px;
	border-radius:6px;
	background:forestgreen;
	color:#fff;
	text-align: center;
	font-size: 18px;
	font-weight:600;
	font-family:'montserrat', sans-serif;
	margin: -20px 0 20px;
	line-height: 1.1;
	transition: all 0.2s ease-in-out;
}

.b-form-description-button:hover {
	background:#fff;
	color: forestgreen;
}