body[class] section:not(.ban_head, .footer){
    padding: 60px 0;
}
section.Roots_section.Roots_section_bg p:last-child{
    margin-bottom: 0;
}
section.ban_head {
    position: relative; 
    padding-bottom: 0px;
}
section.ban_head h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 75.9px;
    color: #fff;
    font-family: 'balkindregular';
}
section.mission_vision_next {
    background: url(../images/vision-bg.webp);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
section.mission_vision_next:before , section.Roots_section.Roots_section_bg:before{
    content: '';
    background-color: #00000082;
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
}
section.mission_vision_next *{
color: var(--color-theme-sec);
}
.mission_vision_next .container{
    z-index: 1;
}
.mission_vision.mission_next p:last-child {
    margin-bottom: 0px;
}
.mission_class h2 {
    display: grid;
    place-items: center;
    font-size: 48px;
    font-family: 'balkindregular';
}
.mission_flex{
    display: flex;
    justify-content: center;
}
.mission_class{
    width: 50%;
}
.mission_vision{
    width: 63%;
}
.mission_vision p{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 300;
}
.mission_next {
    padding: 0 0px 0px 80px;
}
.mission_new {
    margin-top: 80px;
}
.founder_section{
    background: var(--color-theme-sec);
}
.founder_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.Given_image {
    width: 50%;
    padding-right: 10%;
}
.founder_main{
    width: 50%;
    position: relative;
    padding-left: 10%;
}
.founder_main * {
    text-align: center;
}
.founder_main h2 , .root_main h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-family: 'balkindregular';
    -webkit-font-smoothing: antialiased;
    line-height: 55px;
}
.root_main h2{
    text-align: right;
}
.founder_main p , .root_main p {
    margin-bottom: 20px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.root_main p {
    text-align: right;
}
.Given_image{
    border-right:2px solid var(--color-theme-primary);
}
.founder_main p a{
text-decoration: none;
color:var(--color-theme-primary);
font-weight: 500;
}
.founder_main p:last-child {
    font-style: italic;
    font-family: 'balkindextralight';
}
.Roots_section{
    padding: 80px 0;
}
.root_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
section.Roots_section .root_flex:last-child {
    margin-top: 10px;
}
.founder_main p:last-child, .root_main p:last-child {
    margin-bottom: 0px;
}
.root_image{
    width: 50%;
    padding-right: 5%;
}
.root_main{
    width: 50%;
    padding-left: 5%;
}
section.Roots_section .root_flex:nth-child(even) {
    flex-direction: row-reverse;
    }
section.Roots_section .root_flex:nth-child(even) .root_image {
    padding-right: 0px;
    padding-left: 5%;
}
section.Roots_section .root_flex:nth-child(even) .root_main {
    padding-left: 0px;
    padding-right: 5%;
}
.root_main p {
    text-align: center;
    color: #101010;
}
.root_main h2{
    text-align: center;
    color: #101010;
}
section.Roots_section.Roots_section_bg {
    background: url(../images/about-us-bg.jpg);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-position: center;
}
section.Roots_section.Roots_section_bg h2{
    text-align: center;
    font-size: 48px;
    font-family: 'balkindregular';
    color: var(--color-theme-sec);
}   
section.Roots_section.Roots_section_bg p{
    color: var(--color-theme-sec);
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 300;
}
section.Roots_section.Roots_section_bg .root_main{
    z-index: 1;
    position: relative;
    width: 80%;
    padding-left: 0px;
    margin: auto;
}

@media screen and (max-width:767px){
body[class] section:not(.ban_head, .footer){
    padding: 30px 0;
}
section.ban_head h2{
    font-size: 35.9px;
    top: 64%;
}
section.mission_vision_next, section.Roots_section.Roots_section_bg{
    background-attachment: unset;
}
body[class] section.ban_head{
    padding-bottom: 0;
}
section.mission_vision_next .mission_flex {
    flex-wrap: wrap;
}
.mission_flex .mission_class {
    width: 100%;
}
.mission_class h2{
    font-size: 30px;
}
.mission_vision {
    width: 100%;
}
.mission_next {
    padding: 0 0px 0px 00px;
}
.mission_new {
    margin-top: 45px;
}
.mission_vision p {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}
.founder_flex {
    flex-wrap: wrap;
}
.Given_image {
    width: 100%;
    padding-right: 0%;
}
.founder_main {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}
.founder_main h2,
.root_main h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.root_main{
        padding-top: 40px;
}
.Given_image {
        border-right: 0px solid var(--color-theme-primary);
}
.root_flex {
    flex-wrap: wrap;
}
.root_flex .root_image {
    width: 100%;
    padding-right: 0;
}
.root_flex .root_main {
    width: 100%;
    padding-left: 0;
}
section.Roots_section .root_flex:nth-child(even) .root_main{
    padding-right: 0;
}
section.Roots_section .root_flex:nth-child(even) .root_image {
    padding-left: 0%;
}
.Roots_section .root_flex:first-child .root_main {
    padding-bottom: 50px;
}
section.Roots_section.Roots_section_bg p{
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    }
.mission_class h2{
    font-size: 30px;
}
section.Roots_section.Roots_section_bg h2{
    font-size: 30px;
}
section.Roots_section.Roots_section_bg .root_main{
    width: 100%;
    padding-top: 0px;
}
section.Roots_section.Roots_section_bg{
    padding: 62px 0;
}
}