.news-block {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}
.news-block > div {
    border: 1px solid #adadad;
}
.news-block .date-block {
    position: absolute;
    top: 20px;
    left: 35px;
    background: #d7d7d7;
    text-align: center;
    width: 60px;
    height: 60px;
    display: block;
    border: none;
}
.news-block .info-block {
    padding: 40px 30px;
}
.news-block .info-block p {
    font-size: 17px;
    line-height: 25px;
    color: #5b5a5a;
}
.news-block .date-block span {
    display: block;
    font-weight: 700;
    font-size: 26px;
    color: #01ad8a;
    line-height: 26px;
    margin-top: 7px;
}
.news-block .date-block i {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    font-style: normal;
    color: #01ad8a;
    text-transform: uppercase;
}
.view-more, .view-more:hover, .view-more:focus {
    margin-bottom: 40px;
    display: inline-block;
    color: #ffffff;
    background: #01ad8a;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 220px;
}
.gal-block {
    margin-bottom: 30px;
}
.download-link img {
    margin-bottom: 75px;
    max-width: 250px;
}
.newsArticle h2 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}
.newsArticle p {
    font-size: 1rem;
    line-height: 2.125rem;
    padding-right: 1.875rem;
}
.newsArticle .quote p {
    border-left: 2px solid #09b194;
    padding: 20px;
    font-style: italic;
    font-weight: 700;
    font-size: 23px;
}
.newsArticle .quote {
    padding-right: 60px;
    margin-top: 45px;
    margin-bottom: 45px;
}

@media (max-width: 1024px) {
    .news-block .info-block {
        padding: 20px 20px;
    }
    .news-block .info-block p {
        font-size: 15px;
        line-height: 25px;
    }
    .newsArticle h2 {
        font-size: 20px;
    }
    .newsArticle p {
        font-size: 16px;
        line-height: 30px;
    }
    .newsArticle .quote p {
        border-left: 2px solid #09b194;
        padding: 20px;
        font-style: italic;
        font-weight: 700;
        font-size: 16px;
    }
    .newsArticle .quote {
        padding-right: 60px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
@media (max-width: 1024px) {
  .news-block {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .view-more, .view-more:hover, .view-more:focus {
    margin: 40px auto;
  }
}
@media (max-width: 576px) {
    .news-block .info-block h3 {
        font-size: 15px;
    }
    .news-block .info-block p {
        font-size: 14px;
    }
    .news-block .date-block span {
        font-size: 19px;
    }
    .news-block .date-block i {
        font-size: 16px;
    }
/*
    .news-block:nth-of-type(2) {
        display: none;
    }
*/
}