.module-gbt-content-cta-button  {
	text-align: center;
}
.module-gbt-content-cta-button .content-cta-button_title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-gbt-content-cta-button .content-cta-button_link{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.module-gbt-content-cta-button .content-cta-button_link a{
	background: #a11d13;
	display: inline-flex;
	width: 70%;
	height: 57px;	
	align-items: center;
	padding: 0;
	justify-content: flex-end;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #d1402d;

}
.module-gbt-content-cta-button .content-cta-button_link a span{
	width: 60px;
	height: 100%;
	float: right;
	border-left: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-gbt-content-cta-button .content-cta-button_link a .btn-text{
	width: calc(100% - 75px);
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}

.module-gbt-content-cta-button .content-cta-button_link a:hover{
	text-decoration: none;
}
.module-gbt-content-cta-button .content-cta-button_link a img{
	width: 30px;
}

@media(max-width: 767px){
	.module-gbt-content-cta-button .content-cta-button_link a .btn-text{
		font-size: 13px;
	}
}