.latest_news .h2_sub {
	margin: 0;
}

.latest_news .left ,
.latest_news .right {
	margin-bottom:15px;
}

.latest_news .post p {
	font-size:13px;
}

.latest_news .post h3 {
	margin-bottom: 10px;
}

.latest_news .post p {
	margin-bottom: 5px;
}

.latest_news  .post .meta {
	font-size: 12px;
	font-style: italic;
}

.latest_news .post .meta i {
	font-size: 8px;
}


  .latest_news a {
    display: block;
  }

  .latest_news .post {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .latest_news .post:nth-child(even) {
    margin-right: 0;
  }

  .latest_news .cta {
    color: #fff !important;
    font-size: 23px;
    line-height: 2em;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

  .latest_news .cta strong {
    display: block;
    font-size: 48px;
    font-weight: 400;
  }

  .latest_news .cta span {
    font-size: 30px;
    display: block;
  }

  .latest_news .cta .fa-phone {
    opacity: 0.5;
  }

  @media screen and (max-width: 991px) {
    .latest_news .cta {
        min-height: 300px !important;
    }

  }

  @media screen and (max-width: 580px) {
      .latest_news .post {
        width: 100%;
        float: none;
        margin-right: 0px;
      }

      .latest_news .post:nth-child(even) {
        margin-right: 0;
      }
  }