.news-list-view{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.news-list-view .article{
    box-sizing: border-box;
    width: 33%;
    padding-right: 20px;
    padding-bottom: 20px;
}


.news .article,
.news .article:last-child{
    padding-bottom: 0px !important;
    margin-bottom:  0px !important;
}



.news-list-view .article .articleInner{
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.24); 
box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.24);
}

.news-list-view .article .articleInner .header h3{
    font-family: 'Fira Sans' !important;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    border-bottom: none !important;
    display: block !important;
}

.news-list-view .article .articleInner .header h3 a,
.news-list-view .article .articleInner .header h3 a:hover,
.news-list-view .article .articleInner .header h3 a span,
.news-list-view .article .articleInner .header h3 a:hover span{
    font-family: 'Fira Sans' !important;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
}

.news-list-view .article .articleInner .footer{
    font-family: 'Fira Sans' !important;
    text-align: center;
}

.news-list-view .article .articleInner .teaser-text > div{
    font-family: 'Fira Sans' !important;
    text-align: center;
}

.news-list-view .article .articleInner .teaser-text a,
.news-list-view .article .articleInner .teaser-text a:hover{
    font-family: 'Fira Sans' !important;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
    margin-top: 30px;
}

.news-list-category{
    font-family: 'Fira Sans' !important;
    text-transform: uppercase;
    font-size: 1.125rem;
    color: var(--black);
    text-align: center;
    font-weight: 500;
}

.news-list-date{
    font-family: 'Fira Sans' !important;
    color: rgb(154,157,160);
    font-size: 0.875;
    text-align: center;
}

.news-img-wrap{
    text-align: center;
}

.news-img-wrap a img{
    max-width: 75%;
    height: auto;
}

/*
*** Overwrite new ext ***
************************/

.news .article .news-img-wrap {
  float: initial !important;
  margin: 0 0 25px 0 !important;
  background: #fff;
}

.news .article .news-img-wrap a {
  display: block;
  float: initial !important;
  padding: 0 !important;
  border: none !important;
  background: #fff;
  text-align: center;
}

.news .article .news-img-wrap img{
    float: initial !important;
    margin-left: auto;
    margin-right: auto;
}

.news .footer{
    border-top: none !important;
}

/*
*** NEWS Images ***
******************/
.imageInText img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}