.mentoring{
	background-image: url(../../assets/images/background-header.jpg);
	background-size: 75%;
    background-repeat: no-repeat;
}

@media all and (max-width: 768px){
    .mentoring{
		background-size: 100%;
	}
}


/*################# HEADER #################*/


.mentoring .mentoring-header{
	padding: 80px 20px 150px;
	font-size:16px;
}
.mentoring .mentoring-header .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap:50px;
}
.mentoring .mentoring-header .mentoring-header-image{
	width: 40%;
	max-width: 500px;
	text-align: center;
}
.mentoring .mentoring-header .mentoring-header-image img{
	width: 100%;
}
.mentoring .mentoring-header .mentoring-header-content{
	width: calc(60% - 50px);
}
.mentoring .mentoring-header .mentoring-header-content .logo{
	width: 180px;
	display: block;
	margin-bottom:80px;
}
.mentoring .mentoring-header .mentoring-header-content h1{
	margin-bottom:30px;
}
.mentoring .mentoring-header .mentoring-header-content p{
	color: #fff;
}
.mentoring .mentoring-header .mentoring-header-content .ui-button{
	margin:30px 0px 0px;
}

@media all and (max-width: 1024px){
	.mentoring .mentoring-header .mentoring-header-image{
		width: calc(50% - 25px);
	}
	.mentoring .mentoring-header .mentoring-header-content{
		width: calc(50% - 25px);
	}
	.mentoring .mentoring-header .mentoring-header-content h1{
		font-size:35px;
	}
}
@media all and (max-width: 768px){
    .mentoring .mentoring-header{
		padding:100px 20px;
		text-align: center;
	}
	.mentoring .mentoring-header .mentoring-header-content .logo{
		margin:0px auto 80px;
	}
	.mentoring .mentoring-header .mentoring-header-image{
		width: 100%;
		margin:auto;
	}
	.mentoring .mentoring-header .mentoring-header-content{
		width: 100%;
	}
}


/*################# TARGET #################*/


.mentoring .mentoring-target-background{
	background-image: url(../../assets/images/template-mentoring/background-target.png);
	background-position: right bottom;
	background-size: contain;
    background-repeat: no-repeat;
}
.mentoring .mentoring-target{
	padding:100px 20px;
	position: relative;
	z-index: 1;
}
.mentoring .mentoring-target:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(39,38,43,1) 0%, rgba(0,0,0,0) 100%);
	z-index: -1;
}
.mentoring .mentoring-target h3{
    max-width: 450px;
}
.mentoring .mentoring-target ul{
    column-count: 2;
	column-gap:50px;
    list-style: none;
    margin:80px 0px 0px;
    padding:0px;
	max-width: 850px;
}
.mentoring .mentoring-target ul li{
	margin:0px 0px 30px 35px;
	position: relative;
}
.mentoring .mentoring-target ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    top: 0px;
    left: -35px;
    width: 30px;
    font-weight: 200;
    font-size: 21px;
    position: absolute;
	color:var(--color-01);
}

@media all and (max-width: 768px){

}
@media all and (max-width: 600px){
    .mentoring .mentoring-target ul{
		column-count: 1;
	}
}


/*################# PROCESS #################*/


.mentoring .mentoring-process{
	background-color: #fff;
	color: #000;
}
.mentoring .mentoring-process .widget-info {
    padding: 100px 20px;
}
.mentoring .mentoring-process .widget-info h3{
    color: #000;
}
.mentoring .mentoring-process .widget-info .widget-info-content{
    max-width: 750px;
    margin: auto;
}
.mentoring .mentoring-process .widget-info .widget-info-content .ui-button{
    border-color:#000;
	color:#000;
}
.mentoring .mentoring-process .widget-info .widget-info-content .ui-button:hover{
    background:#000;
	color:#fff;
}


/*################# BENEFITS #################*/


.mentoring .mentoring-benefits{
	padding: 200px 20px 100px 20px;
	background-image: url(../../assets/images/template-mentoring/background-benefits.png);
	background-position: left top;
	background-repeat:no-repeat;
	position: relative;
}
.mentoring .mentoring-benefits:before{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(39,38,43,1) 100%);
	z-index: -1;
}
.mentoring .mentoring-benefits .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.mentoring .mentoring-benefits .mentoring-benefits-title{
    width: 40%;
}
.mentoring .mentoring-benefits .mentoring-benefits-title h3{
    max-width: 400px;
}
.mentoring .mentoring-benefits ul{
    width: 50%;
	column-count: 2;
	column-gap:50px;
    list-style: none;
    margin:0px;
    padding:0px;
	max-width: 850px;
}
.mentoring .mentoring-benefits ul li{
	margin:0px 0px 50px 0px;
}
.mentoring .mentoring-benefits ul li i {
    color:var(--color-01);
	margin-bottom:20px;
	font-size:60px;
	display: block;
}

@media all and (max-width: 900px){
	.mentoring .mentoring-benefits .mentoring-benefits-title{
		width: 100%;
		margin: 250px 0px 50px 0px;
		text-align: center;
	}
	.mentoring .mentoring-benefits .mentoring-benefits-title h3{
		max-width: 400px;
    	margin: auto;
	}
	.mentoring .mentoring-benefits ul{
		width: 100%;
		max-width: 600px;
		margin:auto;
	}
}
@media all and (max-width: 600px){
    .mentoring .mentoring-benefits ul{
		column-count: 1;
		max-width: 400px;
	}
	.mentoring .mentoring-benefits ul li{
		text-align: center;
	}
}


/*################# DECISION #################*/


.mentoring .mentoring-decision{
	background-image: url(../../assets/images/template-mentoring/background-decision.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: auto;
}
.mentoring .mentoring-decision .widget-info {
    padding: 150px 20px 430px 20px;
}
.mentoring .mentoring-process .widget-info .widget-info-content{
    font-size: 16px;
}

@media all and (max-width: 900px){
	.mentoring .mentoring-decision{
		background-size:contain;
	}
	.mentoring .mentoring-decision .widget-info {
		padding: 150px 20px 300px 20px;
	}
}
@media all and (max-width: 600px){
	.mentoring .mentoring-decision .widget-info {
		padding: 150px 20px 200px 20px;
	}
}