.vcButtonContact.style-2{
	display: flex;
	align-items: center;
}
.vcButtonContact.style-2.text-center {
    justify-content: space-evenly;
}
.vcButtonContact.style-2.text-right {
    justify-content: flex-end;
}
.btn.style-2{
	border-radius: 110px;
	background: -moz-linear-gradient(top, #FFC400 0%, #F7901E 45%);
	background: -webkit-linear-gradient(top, #FFC400 0%, #F7901E 45%);
	background: linear-gradient(to bottom, #FFC400 0%, #F7901E 45%);
	border: none;
	-webkit-box-shadow: 0px 3px 6px #00000040;
	-moz-box-shadow: 0px 3px 6px #00000040;
	box-shadow: 0px 3px 6px #00000040;
	color: #ffffff;
	width: 70px;
	height: 100px;
	padding: 0px;
	display: inline-flex;
	align-items: center;
}
.vcButtonContact.style-2 .description{
	font-weight: bold;
	text-align: left;
}
.vcButtonContact.style-2 .description p{
	margin: 0px;
}