.about_center_us
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus
{
    transform: scale(0.8);
    display: block;
    justify-content: center;
    align-items: center;
}

.boutsystem
{
    font-size: 2em;
    background-color: black;
    color: white;
    padding: 1em;
    height: 100px;
}

.Companyoverview .title1
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
}

.Companyoverview .notes1
{
    font-size: 1em;
}

.missionvission .title2
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
}

.subvies
{
    padding-left: 2em;
    background-color: rgba(0, 0, 0, 0.082);
}

.subvies .subtitl1
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
}


.subvies .notes1
{
     font-size: 1em;
}

.subvies .subtitle2
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
    padding-bottom: 0.1em;
}

.Corevalue .title3
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
}


.productservices .title4
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
}

.contactus .title5
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
}



@media screen and (max-width: 360px){

.about_center_us
{
    margin-top: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1em;
}

.aboutus
{
    transform: scale(0.8);/* edited**/
    transform-origin: top center;
    display: block;
    justify-content: center;
    align-items: center;
}

.boutsystem
{
    font-size: 1em;/* edited**/
    background-color: black;
    color: white;
    padding: 1.2em; /* edited**/
    height: 20px;
}

.Companyoverview .title1
{
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
     font-weight: bolder;
}

.Companyoverview .notes1
{
    font-size: 1em;
}

.missionvission .title2
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
     font-weight: bolder;
}

.subvies
{
    padding-left: 2em;
    background-color: rgba(0, 0, 0, 0.082);
}

.subvies .subtitl1
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
}


.subvies .notes1
{
     font-size: 1em;
}

.subvies .subtitle2
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
    padding-bottom: 0.1em;
}
.Corevalue{
    margin-left: 0.5em;
}
.Corevalue .title3
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
     font-weight: bolder;
}

.productservices{
    margin-left: 0.5em;
}
.productservices .title4
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
     font-weight: bolder;
}

.contactus .title5
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    font-weight: bolder;
}



}





@media screen and (max-width: 512px){

.about_center_us
{
    margin-top: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1em;
}

.aboutus
{
    transform: scale(0.8);/* edited**/
    transform-origin: top center;
    display: block;
    justify-content: center;
    align-items: center;
}

.boutsystem
{
    font-size: 1em;/* edited**/
    background-color: black;
    color: white;
    padding: 1.2em; /* edited**/
    height: 20px;
}

.Companyoverview .title1
{
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
     font-weight: bolder;
}

.Companyoverview .notes1
{
    font-size: 1em;
}

.missionvission .title2
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
     font-weight: bolder;
}

.subvies
{
    padding-left: 2em;
    background-color: rgba(0, 0, 0, 0.082);
}

.subvies .subtitl1
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
}


.subvies .notes1
{
     font-size: 1em;
}

.subvies .subtitle2
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em; 
    padding-bottom: 0.1em;
}
.Corevalue{
    margin-left: 0.5em;
}
.Corevalue .title3
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
     font-weight: bolder;
}

.productservices{
    margin-left: 0.5em;
}
.productservices .title4
{
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
     font-weight: bolder;
}

.contactus .title5
{
    font-size: 1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    font-weight: bolder;
}


}