.new-blog-post h1 {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 40px;
}

.new-blog-post p,
.new-blog-post li {
  font-size: 16px;
}

.blog-listing-row {
  max-width: 1200px;
  padding: 80px 0;
}

.blog-post {
  clear: both;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 981px) {
  .blog-post {
    width: 50%;
    padding: 0 15px;
    float: left;
    clear: none;
  }
}

.blog-post .blog-post-image {
  margin-bottom: 15px;
}

.blog-post .blog-post-content {
  clear: both;
}

@media (min-width: 1201px) {
  .blog-post .blog-post-image {
    float: left;
    margin-right: 15px;
    max-width: 300px;
  }

  .blog-post .blog-post-content {
    display: table;
    word-break: break-word;
    clear: none;
  }
}

.blog-post h4 {
  font-size: 25px;
  font-weight: 600 !important;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.blog-post p {
  padding-bottom: 5px;
  color: #666;
}

.blog-post .btn {
  background-color: #02457d;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-bottom: 7px;
  padding: 6px 12px;
  transition: ease-in-out 0.2s;
}

.blog-post .btn:hover, .blog-post .btn:focus {
  background-color: #f0ad00;
}

.blog-post .blog-post-date {
  font-size: 13px;
}