.el_article p {
    margin: 0 0 1em 0;
}
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center !important;
}
.text-justify{
    text-align: justify;
}
.text-secondary{
    color: #b10000ff;
}
