

/* Start:/mentor/css/style.css?17520465162358*/
.container_mentor{
    font-family: 'Montserrat', sans-serif !important;
}
.container_mentor div{
    font-family: 'Montserrat', sans-serif !important;
}
.container_mentor h2{
    font-family: 'Montserrat', sans-serif !important;
}
.container_mentor p{
    font-family: 'Montserrat', sans-serif !important;
}
.container_mentor h1{
    font-family: 'Montserrat', sans-serif !important;
}
.container_mentor h3{
    font-family: 'Montserrat', sans-serif !important;
}
.gradient-text {
    background: linear-gradient(
      90deg, 
      #FFEDBD 0%, 
      #FBE9B8 9%, 
      #F4E0AF 20%, 
      #E0C797 38%, 
      #C1A071 60%, 
      #95693B 87%, 
      #845326 96%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
h2{
    text-align:center;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--white);
    }
.container_mentor_wrapper{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    background-color:#151515;
}

.mentor_background{
    background-color:#151515;
    color: white;
}

.breadcrumb{
    display: none !important;
}
.container_mentor{
    max-width: 1306px;
    margin-right: auto;
    margin-left: auto;
}
.footerall{
    background-color: white;
}
.gradient_button{
	font-weight: 700;
font-size: 22px;
text-transform: uppercase;
text-align: center;
color: var(--white);
padding: 0px 70px;
height: 58px;
width: fit-content;
border-radius: 32px;
border: 1px solid #FFEDBD;
display: flex;
align-items: center;
transition: 0.3s;
background: #151515;
}

@media (max-width: 1330px) {
.container_mentor{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
}
@media (max-width: 1230px) {
    .container_mentor{
        max-width: 1100px;
    }
}
@media (max-width: 1130px) {
    .container_mentor{
        max-width: 1000px;
    }
}
@media (max-width: 1030px) {
    .container_mentor{
        max-width: 900px;
    }
}
@media (max-width: 930px) {
    .container_mentor{
        max-width: 800px;
    }
}
@media (max-width: 830px) {
    .container_mentor{
        max-width: 700px;
    }
    .gradient_button{
        width: 350px !important;
        text-align: center !important;
        align-items: center !important;
        padding: unset !important;
        justify-content: center !important;
    }

}
/* End */
/* /mentor/css/style.css?17520465162358 */
