#beneficii_bottom_section{
	width: 100%;
	background-color: #181A1E;
	margin-bottom: -100px;
	padding-bottom: 75px;
}

#beneficii_bottom_container{
	max-width: 1170px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	padding: 40px 15px 0px 15px;
}

.beneficii_section_title_container{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 25px;
}

.beneficii_section_title_container a{
	background-color: #E8A724;
	color: #000;
	padding: 12px 0px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	max-width: 353px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
}

.beneficii_section_title_container a:hover{
	color: #FFF;
}

.beneficii_section_title{
	display: block;
	font-size: 28px;
	font-weight: 600;
	line-height: 54px !important;
	color: #FFF !important;
}	

#beneficii_reviews_widget{
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
}


#beneficii_reviews_widget > div.ti-widget {
	border: 1px solid #363A44;
	border-radius: 20px;
	background-color: #363A44;
}

#beneficii_reviews_widget .ti-name{
	color: #E8A724;
}

#beneficii_reviews_widget .ti-review-text-container.ti-review-content,
#beneficii_reviews_widget .ti-date {
	color: #FFF;
	opacity: 1;
}


#beneficii_reviews_widget .ti-footer *{
	color: #FFF;
}


#beneficii-promo_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 20px;
}

.beneficii-promo_item{
	width: 260px;
	background-color: #000000;
	padding: 0px 6px;
	border-radius: 5px;
}

.beneficii-promo_item label{
	font-size: 16px;
	color: #E8A724;
	margin: 0;
	padding: 10px 15px;
	font-weight: 700;
	line-height: 16px;
}

.beneficii-promo_item img{
	height: 206px;
	object-fit: cover;
	object-position: center;
}	

.beneficii-promo_links{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 15px 15px;
}	

.beneficii-promo_links a:nth-child(2n){
	text-align: right;
}		

.beneficii-promo_links a{
	font-size: 16px;
	line-height: 30px;
	font-weight: 800;
	color: #FFF;
	width: 50%;
}	

.beneficii-promo_links a:hover{
	color: #E8A724;
}	

.beneficii-promo_button{
	background-color: #D9D9D9;
	color: #000 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 15px 0px !important;
	display: block;
	text-align: center;
	margin-bottom: 6px;
	border-radius: 3px;
}

.beneficii-promo_button:hover{
	background-color: #E8A724;
}	

#beneficii-youtube_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 50px;
}

.beneficii-youtube_item:nth-child(2){
	padding: 0px 10px;
}

.beneficii-youtube_item{
	width: 33.33%;
}

.beneficii-youtube_item iframe{
	height: 200px;
}

#link_tiguanAllSpace{
	position: relative;
	width: 100%;
	height: 0px;
	margin-top: -30px;
}	

@media only screen and (max-width: 1199px) {
	#beneficii-promo_wrapper {
		display: grid;
		grid-template-columns: 280px 280px;
		justify-content: center;
		padding-bottom: 0px !important;
	}

	.beneficii-promo_item{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:900px) {
	
	.beneficii_section_title{
		font-size: 20px;
		line-height: 31px !important;
	}
	
	.beneficii_section_title_container{
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 700px) {
	#beneficii-promo_wrapper {
	  display: flex !important;
	  flex-direction: column !important;
	  align-items: center !important;
	}

	.beneficii-promo_item{
		width: 100%;
		max-width: 365px;
	}

	.beneficii-promo_item img{
		height: auto;
	}

	
	#beneficii-youtube_wrapper{
		flex-direction: column;
		gap: 24px;
	}
	
	.beneficii-youtube_item{
		width: 100%;
	}
	
	.beneficii-youtube_item:nth-child(2){
		padding: 0px;
	}
}	