.text-justify {
    text-align: justify !important;
}

.width-15 {
    width: 15%;
}

@media screen and (max-width: 648px) {
    .content-table {
        overflow: scroll;
    }
}