.nny-blog-wall {
  padding-top: 150px;
  padding-bottom: 30px; }
@media (max-width: 767px) {
  .nny-blog-wall {
    padding-top: 50px;
    padding-bottom: 30px; } }
.nny-blog-wall h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 76px; }
@media (max-width: 767px) {
  .nny-blog-wall h2 {
    margin-bottom: 40px; } }
.nny-blog-wall .load-more-container {
  text-align: center; }
.nny-blog-wall .row {
  width: auto; }

.blog-wall-post-highlight {
  position: absolute;
  z-index: 1;
  top: -460px;
  left: 0;
  width: 50%; }
@media (max-width: 767px) {
  .blog-wall-post-highlight {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-top: -90px; } }
.blog-wall-post-highlight .row > div {
  min-width: 100%;
  flex: 1;
  padding-left: 30px; }
@media (max-width: 767px) {
  .blog-wall-post-highlight .row > div {
    max-width: 100%;
    flex: 1;
    padding-left: 15px; } }

.left, .right {
  padding-bottom: 20px; }
  .left a, .right a {
    height: 100%; }

.post-preview-card {
  height: 100%;
  background-color: #f9fbff;
  border: 1px solid #d4e4fe;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .post-preview-card:hover {
    border-color: #aab9e6;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .post-preview-card.highlight {
    background-color: #d4e4fe;
    border-color: #aab9e6; }
    .post-preview-card.highlight span.read-more {
      color: #041429; }
  .post-preview-card .attachment-img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .post-preview-card h3 {
    padding: 0 30px;
    margin: 30px 0 15px;
    font-size: 2rem;
    line-height: 1.4;
    color: #041429; }
  .post-preview-card p {
    color: #727b99;
    margin-bottom: 15px;
    padding: 0 30px;
    font-size: 1.1rem; }
  .post-preview-card span.read-more {
    display: block;
    padding: 0 30px 30px;
    font-size: 1.1rem; }
