@media (min-width: 768px) {
  .col.news-post {
    max-width: 31%;
    margin: 15px;
    background-color: #ffffff;
  }
}

#news {
  width: 100%;
}

@media (min-width: 768px) {
  .container.news, .row.news {
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .col.news-products {
    padding: 0px 20px;
    max-width: 65%;
    margin: 15px;
  }
}

@media (min-width: 768px) {
  .col.news-products, .col.news-post {
    /*background: -webkit-linear-gradient(top,#bcbcbc 50%, #ffffff 100%);*/
    border: 1px solid #0d71ba;
  }
}

#news-title {
  font-family: 'Alegreya Sans SC';
  font-weight: 100;
  font-size: 58px;
  margin: 0;
  border-bottom: 1px solid #0d71ba;
  /*margin-top: 10px;*/
}

@media (min-width: 768px) {
  #news-title {
    font-size: 3.9vw;
    font-weight: 100;
    font-family: 'Alegreya Sans SC';
    margin: 0;
    border-bottom: 1px solid #0d71ba;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #0d71ba transparent transparent transparent;
  position: relative;
  left: 44%;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #0d71ba transparent transparent transparent;
    position: relative;
    left: 48%;
  }
}

