.vc_section_button{
	margin: 50px 0;
}

.vc_section_button a{
	display: inline-block;
}

.vc_section_button.vc_section_button_center {
	text-align: center;
}

.vc_section_button.vc_section_button_left{
	text-align: left;
}

.vc_section_button.vc_section_button_right{
	text-align: right;
}

.vc_section_button a {
	display: block;
	margin: auto;
	max-width: 300px;
	line-height: normal;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid;
	padding: 15px;
	transition: .25s;
	letter-spacing: 2px;
}

.vc_section_button a:hover {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
}

@media (max-width: 768px){

	.vc_section_button a {
		font-size: 8px;
		padding: 15px 20px;
	}

	.vc_section_button {
		margin: 25px 0;
	}

}