#NewsListContainer
{
    max-width: 1000px;
    margin: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
}

#NewsListContainer .heading
{
    padding: 5px 18px;
}

#NewsListContainer a, #NewsListContainer a:hover
{
    text-decoration: none;
    width: 100%;
    color: black;
}

#NewsList .title p {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    font-family: GalanoGrotesque;
}

.NewsContainer
{
    min-height: 600px;
    margin-bottom: 35px;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.NewsContainer .row
{
    padding: 5px;
}

.NewsContainer .bg {
    background-size: cover;
    height: 400px;
    width: 100%;
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;   
}

.NewsContainer:hover .bg {
    -webkit-filter: brightness(65%);
    -moz-filter: brightness(65%);
    filter: brightness(65%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
}

.NewsContainer .date
{
    font-size: 12px;
    color: gray;
}

.NewsContainer .ReadMore
{
    font-size: 12px;
}

.NewsContainer .ReadMore:hover
{
    color: #F77014;
}

.DetailsBlock .row
{
    padding: 5px 15px;
}
.row.justify-content-start.align-items-start.titulo {
    word-break: break-word;
}