.articles
{
    color: rgba(255, 92, 1, .75);
    text-align: center;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 18px;

}
.articles-title
{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    top: 0;
    right: 10px;
    width: 100%;
    text-align: center;
    BACKGROUND: white;
    opacity: 0.8;
    padding: 5px;
    line-height: normal;
}
.articles-title a{
    color: rgba(255, 92, 1, .75);
}
.articles-elem
{
   margin-bottom: 50px;

}
.articles-descript
{
    text-align: justify;
    margin-bottom: 10px;
}
.articles-elem .add-article-info .data
 {
    color: lightgrey;
     padding: 0;
     text-align: left !important;
 }
.articles-elem .add-article-info .read-more
{
    padding: 0;
    text-align: right !important;
}
.articles-elem .add-article-info .read-more a
{
    color: rgba(255, 92, 1, .75);
    opacity: .8;
}