.module-gbt-mixed-content_left-content,
.module-gbt-mixed-content_right-content,
.module-gbt-mixed-content .module-gbt-mixed-content_text,
.module-gbt-mixed-content_image{
	padding:0;
}
.module-gbt-mixed-content_right-content{
	float: right;
}
.module-gbt-mixed-content .module-gbt-mixed-content_text,
.module-gbt-mixed-content .module-gbt-mixed-content_text p{
	margin-bottom: 20px;
}

.module-gbt-mixed-content .module-gbt-mixed-content_side-text {
	padding-top: 30px;
}
.module-gbt-mixed-content ul{
	padding-left: 0;
}
.module-gbt-mixed-content ul li{
	list-style: none;
	padding-left: 25px;
	background: url('../../../../images/checkmark-red.png');
	background-size: 25px;
	background-repeat: no-repeat;
	font-size: 18px;
	margin-bottom: 10px;
}
.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow{
	width: 310px;
	height: 58px;
	background-image: url('../../../../images/arrow.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow a{
	text-decoration: none;
	font-size: 18px;
}
.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow .text{
	max-width: 80%;
	text-decoration: none;
}
.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow:hover{
	text-decoration: none;
}
.module-gbt-mixed-content .module-gbt-mixed-content_testimonials{
	margin-top: 40px;
}
.module-gbt-mixed-content_testimonials .author img{
	max-width: 35px;
}
.module-gbt-mixed-content_testimonials .author .fa, .fas{
	color: #e1b24a;
}
.module-gbt-mixed-content_testimonials .box-testimonial{
    padding: 20px 40px;
    font-style: italic;
    background-color: #e1e1e1;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
}
.module-gbt-mixed-content .module-gbt-mixed-content_testimonials .box-testimonial:after{
    position: absolute;
    content: '';
    bottom: -28px;
    background: url(../../../../images/pointer-testimonial.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 27px;
    left: 40px;
    height: 30px;
}
.module-gbt-mixed-content_form{
	background-color: #fceec5;
	padding: 0;
}
.module-gbt-mixed-content_form .form-group{
	padding: 0;
}
@media(max-width: 1024px){
	.module-gbt-mixed-content .module-gbt-mixed-content_side-text ul.bullets li{
		font-size: 14px;
	}

	.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow{
		width: 230px;
		height: 41px;
	}
	.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow a{
		font-size: 12px;
	}
	.module-gbt-mixed-content_testimonials .box-testimonial{
		margin-top: 40px;
	}
}
@media(max-width: 768px){

	.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow{
	    position: absolute;
	    left: -115px;
	    bottom: -60px;
	}
}
@media(max-width: 767px){
	.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow{
    	left: 0;
    	width: 100%;
    	background: none;
    	text-align: center;
	}

	.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow .text{
		width: 100%;
		max-width: 100%;
	}
	.module-gbt-mixed-content .module-gbt-mixed-content_side-text .arrow a{
		font-size: 15px;
	}
	.module-gbt-mixed-content_right-content{
		margin-bottom: 20px;
	}
	.module-gbt-mixed-content_testimonials .box-testimonial{
		font-size: 11px;
		padding: 20px;
	}
}