.latest-news-section {
  padding: 41px 0px 0; }
  .latest-news-section h2 {
    font-size: 34px;
    margin: 0 0 8px;
    line-height: 1.2; }
    .latest-news-section h2 a {
      color: #69be28;
      text-decoration: none;
      transition: color 0.3s ease; }
      .latest-news-section h2 a:hover {
        color: #34b233; }
  .latest-news-section h3 {
    text-transform: none;
    font-size: 19px;
    font-family: "Droid Sans", "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0;
    line-height: 1; }
    .latest-news-section h3 a {
      text-decoration: none;
      color: #4d453e;
      transition: color 0.3s ease; }
      .latest-news-section h3 a:hover {
        color: #34b233; }
  .latest-news-section .title-holder {
    margin-bottom: 24px;
    width: 100%;
    display: block; }
    .latest-news-section .title-holder time {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      color: #69be28; }
  .latest-news-section .news-item {
    overflow: hidden;
    padding-bottom: 5px; }
  .latest-news-section .image-holder {
    max-width: 100%;
    float: left;
    width: 161px;
    border: 7px solid #fff;
    border-bottom: 30px solid #fff;
    border-top: 7px solid #fff;
    margin-right: 20px;
    box-shadow: 3px 3px 0px 0px rgba(115, 99, 87, 0.3);
    display: none; }
    @media (min-width: 480px) {
      .latest-news-section .image-holder {
        display: block; } }
    .latest-news-section .image-holder img {
      vertical-align: top;
      max-width: 100%; }
  .latest-news-section .text-holder p {
    margin: 0; }
  .latest-news-section .text-holder a {
    font-weight: 600; }

/*# sourceMappingURL=latest-news.css.map */