.btn-biz {
  font-weight:600 !important;
  width:100%;
  max-width:320px;
  margin:10px 0;
}
.button_gold {
  color: #f3ede1 !important;
  border: 1px solid #f3ede1 !important;
}
.button_garnet_reverse {
	width: 100%;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	border-radius: 0px;
	opacity: .9;
	text-transform: uppercase;
	color: #ffffff;
	background: #782f40;
	padding: 12px 20px 10px 20px;
	border: 1px solid #782f40;
}

.button_garnet {
	width: 100%;
	max-width:270px;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	border-radius: 0px;
	opacity: .9;
	text-transform: uppercase;
	color: #782f40;
	background: transparent;
	padding: 12px 20px 10px 20px;
	margin:5px 0;
	border: 1px solid #782f40;
}
.button_garnet_auto {
	width: auto;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	border-radius: 0px;
	opacity: .9;
	text-transform: uppercase;
	color: #782f40;
	background: transparent;
	padding: 12px 20px 10px 20px;
	border: 1px solid #782f40;
}
.button_garnet:hover, .body_button_garnet:hover, .button_garnet_auto:hover  {
	cursor: pointer;
	opacity: 1;
	text-decoration: none;
	background: #782f40;
	color: #fff !important;
}
.button_garnet_reverse:hover {
	cursor: pointer;
	opacity: 1;
	text-decoration: none;
	background: #fff;
	color: #782f40;
}

.button_garnet i, .button_black i, .body_button_garnet i, .body_button_black i, .button_garnet_auto i, .button_garnet_reverse i {
	float: right;
	width: 12px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
}
.button_black {
	width: 100%;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	border-radius: 0px;
	opacity: .9;
	text-transform: uppercase;
	color: #161514;
	background: transparent;
	padding: 12px 20px 10px 20px;
	border: 1px solid #161514;
}
.button_black:hover, .body_button_black:hover {
	cursor: pointer;
	opacity: 1;
	text-decoration: none;
	background: #161514;
	color: #fff;
}
@media (max-width: 1200px) {
.button_garnet, .button_black, .button_garnet_reverse {
	width: 100%;
	padding: 12px 10px 6px 10px;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
}
.body_button_garnet {
	width: auto;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	border-radius: 0px;
	opacity: .9;
	text-transform: uppercase;
	color: #782f40;
	background: transparent;
	padding: 12px 20px 10px 20px;
	border: 1px solid #782f40;
}
.body_button_black {
	width: auto;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	border-radius: 0px;
	opacity: .9;
	text-transform: uppercase;
	color: #161514;
	background: transparent;
	padding: 12px 20px 10px 20px;
	border: 1px solid #161514;
}
@media (max-width: 767px) {
.body_button_garnet, .body_button_black, .button_garnet_auto {
	width: 100%;
	padding: 12px 10px 6px 10px;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
}
.btn-break {
  white-space: pre-wrap !important;
  max-width: 450px !important;
}