
#news {
  padding-top:60px;
  padding-bottom:100px;
}

#news img {
  width:85px;  
}

#news h2 {
  text-align:center;
}

#news div.row.resources-container {
  border-bottom:1px solid rgba(6,24,95,.2);
}

#news h6 {
    font-size: 15px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}

#news h6:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #085ce5;
    border-radius: 99em;
}

div.news-link {
  padding: 2% 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  div.article-icon {text-align:right;}
  div.news-link {text-align:center;}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

    
    
