.enent-news-blocks {
    padding-left: 25px;
  }

  @media (min-width:1680px) {
    .enent-news-blocks {
      padding-left: 125px;
    }
  }

  @media (max-width:768px) {
    .enent-news-blocks {
      padding-left: 15px;
    }
  }

  .enent-news-blocks .event-cell {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #e5e5e5;
    max-width: 420px;
    height: 455px;
  }

  .enent-news-blocks .event-cell .bluebg {
    padding: 15px;
    height: 425px
  }

  .enent-news-blocks .event-cell .bluebg img {
    margin: auto;
    height: auto;
    max-height: 200px;
    width: auto;
    max-width: 100%;
  }

  .enent-news-blocks .news-cell {
    margin-bottom: 25px;
    padding: 15px;
    height: auto;
    min-height: 675px;
  }

  .enent-news-blocks .news-cell img{
    margin: auto;
    height: 200px;
    width: auto;
    max-width: 100%;
  }

  .enent-news-blocks .news-cell .news-content{
    height: 250px;
  }

  .enent-news-blocks .news-cell .news-content h3.news-title{
    margin-bottom: 20px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto-Light", sans-serif;
  }
  .enent-news-blocks .news-cell .news-content .news-text-intro
  {
    margin-bottom: 20px;
    padding-right: 25px;
    padding-bottom: 15px;
    height:200px;
    overflow: hidden;

  }
  .enent-news-blocks .news-cell .news-content .news-text-intro a{
    text-decoration: none;
  }
  .enent-news-blocks .news-cell .news-content .news-text-intro a:hover{
    text-decoration: none;
  }
  .enent-news-blocks .news-cell .news-content .news-text-intro h3
  {
    padding-bottom: 15px;
    font-family: "Roboto-Light", sans-serif;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #004495;
    word-break: normal;
    height: 65px;
    overflow: hidden;
  }

  .enent-news-blocks .news-cell .news-content .news-text-intro p{
    color: #7b7b7b;
  }

  .enent-news-blocks .news-cell .news-content .news-text-intro p a, .enent-news-blocks .news-cell .news-content .news-text-intro p span a{
    color: #7b7b7b;
  }
  