.text-style{
    text-transform: capitalize;
}

.txt-justify{
    text-align: justify !important;
}

.text-color-white{
    color: #ffffff !important;
}

.img-cent{
    display: block;
    margin: 0 auto;
    width: 80% !important;
}