.company{
    display: flex;
    flex-flow: row;
    height: 600px;
    background-color: #111011;

}
.c_left{
    width: 50%;
    align-self: center;
    text-align: justify;
}
.c_right{
    width: 50%;
}
.mission{
    display: flex;
    flex-flow: row;
    height: 600px;
}
.m_left{
    width: 50%;
}
.m_right{
    width: 50%;
    background-color: #111011;
    text-align: justify;
}
.vision{
    display: flex;
    flex-flow: row;
    height: 600px;
}
.v_left{
    width: 50%;
    background-color: #111011;
    text-align: justify;
}
.v_right{
    width: 50%;
}
.about-img{
    width: 100%;
    height: 100%;
}
.about_header{
    display: flex;
    flex-flow: row;
    column-gap: 10px;

    padding: 40px 40px 25px;
}
.about-header-left{
    color: white;
    font-size: 40px;
}
.about-header-right{
    color: #dcca84;
    font-size: 40px;
    font-weight: bold;
}
.about_content{
    color: white;
    font-size: 18px;
    line-height: 2rem;
    padding: 0px 40px 30px 40px;
}
@media only screen and (max-width:1150px){
    .mission{
        flex-flow: column;
        height: auto;
    }
    .vision{
        flex-flow: column-reverse;
        height: auto;
    }
    .company{
        flex-flow: column-reverse;
        height: auto;
    }
    .c_left{
        width: 100%;
    }
    .c_right{
        width: 100%;
        height: 350px;
        text-align: center;
        background-color: #111011;
    }
    .m_left{
        width: 100%;
        height: 350px;
        text-align: center;
        background-color: #111011;
    }
    .m_right{
        width: 100%;
    }
    .v_left{
        width: 100%;
    }
    .v_right{
        width: 100%;
        height: 350px;
        text-align: center;
        background-color: #111011;
    }
    .about-img{
        width: 500px;
        height: 350px;
    }
    
}
@media only screen and (max-width:500px){
    .about-img{
        width: 100%;
        
    }
    .about-header-left{
        font-size: 35px;
    }
    .about-header-right{
        font-size: 35px;
    }
    .about_content{
        font-size: 16px;
        line-height: 1.5rem;
    }
    .C_left_Place_Right{
        text-align: right !important;
        justify-content: end;
    }
}
@media only screen and (max-width:400px){
    .about-img{
        height: 300px;
        
    }
    .c_right{
        height: 300px;
    }
    .m_left{
        height: 300px;
    }
    .v_right{
        height: 300px;
    }
}