.about-hero{
    background: url(../assets/backgrounds/4504.png);

}

.about-who{
    background: #fff;
}

.about-who .who-left{
    align-items: end;
    text-align: right;
}

.about-title-who{
    color: #101417;
    -webkit-text-stroke: 1px #101417;
}

.about-sub-who{
    color: #434343;
}

.values{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
    margin-bottom: 2.5rem;
}

.missionvision{
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
}

.missionvision > div{
    width: 50vw;
    padding: 4rem 2.5rem;
    gap: 2.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.missionvision > div img{
    width: 3.5rem;
}

.mis{
    background: #1e1e1e;
    background: url(../assets/backgrounds/mission.png );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    color: #ffffff;
}

.vis{
    background: #F7F1E8;
    background: url(../assets/backgrounds/vision.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    color: #1e1e1e;
}

.commit{
    background: #F7F1E8;
    background: url(../assets/backgrounds/commitment.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    color: #1e1e1e;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0rem;
}

.board-heading{
    font-family: montBold;
    font-size: 2.5rem;
    text-transform: capitalize;
}

.board-text{
    font-family: mont;
    font-size: 1rem;
}

.commit .board-text{
    text-align: center;
    width: 50%;
}
.about-why{
    background: #101417;
}

.about-why .section-title{
    color: white;
    -webkit-text-stroke: 1px #ffffff;
}

.why-name, .why-sub{
    color: #ffffff;
}
.why-sub{
    color: #f0f0f0;
}

.sub-sub{
    font-family: monoBold;
    color: #101417;
    text-transform: capitalize;
    font-size: 1.8rem;
}

.mid-title{
    width: 100%;
}

.industries-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2.5rem;
    gap: 2rem;
}

.industries{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 0;
}

.industries-row{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.industries-row > div{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 0;
    text-align: center;
}

.industry img{
    width: 4rem;
}

.industry-name{
    font-family: grotBold;
    text-align: center;
    text-transform: capitalize;
    font-size: 2rem;
}

.industry-yellow{
    background: #FFAD1B;
    color: #101417;
    text-align: center;
}

.industry-black{
    background: #101417;
    color: #ffffff;
    text-align: center;
}



@media screen and (max-width: 758px){
    .about-who .who-left{
        align-items: center;
        text-align: center;
    }
    .industries-row{
        flex-direction: column;
    }
    .missionvision{
        flex-direction: column;
    }
    .missionvision > div{
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .commit .board-text{
        width: 90%;
    }

}