


/* mastersys-pos start here  */

.mastersys-pos-main{
}

.mastersys-pos-desc p{
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}
.mastersys-pos-list ul li{
    font-size: 16px;
    color: #000;
}

.mastersys-pos-img img{
    width: 70%;
}
/* mastersys-pos start here  */

/* accounting-system start here  */

.accounting-system-main{
}

.accounting-system-desc p{
    color: #000;
    font-size: 16px;
}
.accounting-system-list ul li{
    font-size: 16px;
    color: #000;

}

.accounting-system-img img{
    width: 70%;
}


/* accounting-systemend here  */

/* reoport analysis start here  */

.hr-management-main{
}

.hr-management-desc p{
    color: #000;
    font-size: 16px;
}

.hr-management-list ul li{
    font-size: 16px;
    color: #000;
}
.hr-management-img img{
    width: 70%;
}


/* reoport analysis end here  */

/* payroll-management start here  */

.payroll-management-main{
}

.payroll-management-desc p{
    color: #000;
    font-size: 16px;
}

.payroll-management-list ul li{
    font-size: 16px;
    color: #000;
}
.payroll-management-img img{
    width: 70%;
}

/*  payroll-management end here  */


/* our strength start here  */

.pos-our-strength-main{
}

.pos-our-strength-desc p{
    color: #000;
    font-size: 16px;
}

.pos-our-strength-list ul li{
    font-size: 16px;
    color: #000;
}
.pos-our-strength-img img{
    width: 70%;
}

/*  our strength  end here  */




@media screen and (max-width: 992px) {

    .mastersys-pos-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .hr-management-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .product-management-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .smart-key-features-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }


}

@media screen and (max-width: 576px) {
   

    .accounting-system-img img{
        width: 90%;
    }
    .mastersys-pos-img img{
        width: 90%;
    }
    .hr-management-img img{
        width: 90%;
    }
    .payroll-management-img img{
        width: 90%;
    }

    .product-management-img img{
        width: 90%;
    }

    .business-management-img img{
        width: 90%;
    }
    
    
}