.about-mission{
    font-size:25px;
    font-weight: 600;
    color: #000 !important;
    text-align: left !important;
}
@media(max-width:992px){
    .why-content h3 {
        font-size: 30px;
    }
    .why-content p {
        font-size: 16px;
    }
}
@media(max-width:768px){

}
@media(max-width:577px){
    .why-content h3 {
        font-size: 18px;
    }
    .why-content p {
        font-size: 14px;
    }
    .common-wrapper-product {
        height: 200px;
    }
    .technology-content h2 {
        font-size: 20px;
    }
    .technology-content p {
        font-size: 14px;
    }
    .common-wrapper-aboutus {
        height: 200px;
    }
    .why-content h2{
        font-size:20px;
    }

}