.red-line .row .content-wrapper {border-bottom: 10px solid #c8102f; background: #fff !important;}
.latest_posts_lists .article-panel .article-img{margin-left:25px;}



.latest_posts_lists .article-panel .article-content {
  padding: 30px 15px 30px 15px;
  background: #fff;
  position: relative;
  margin-right: 30px;
  margin-left: 140px;
  margin-top: -60px;
  -moz-box-shadow: 0px 10px 10px #bfbdbe;
  -webkit-box-shadow: 0px 10px 10px #bfbdbe;
  box-shadow: 0px 10px 10px #bfbdbe;
}


@media (max-width: 768px) {
  .latest_posts_lists .article-panel .article-content {
    padding: 10px 15px 10px 15px;
    background: #fff;
    position: relative;
    margin-right: 30px;
    margin-left: 50px;
    margin-top: -40px;
    -moz-box-shadow: 0px 10px 10px #bfbdbe;
    -webkit-box-shadow: 0px 10px 10px #bfbdbe;
    box-shadow: 0px 10px 10px #bfbdbe;
  }

}


.post_read_more {
  line-height: 20px;
  text-decoration: none;
  padding: 5px 7px; 
  background-color: #C8102F;
  width: 20%;
  color: #ffffff;
  border-radius: 40px;
  text-align: center;
} 



@media (max-width: 768px) {.post_read_more {width: 40%;}}}



.latest_posts_lists .article-panel h3 {
  font-weight: 500;
  color: #000;
  line-height: 19px;
  min-height: 64px;
  margin-bottom: 0px;
  font-size: 15px;
  margin-top: 0px;
}
.latest_posts_lists .article-panel .article-img::after {
  content: '';
  background: #d00a2c;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
}
.latest_posts_lists .article-panel .article-img img {
  position: absolute;
  width: 100%;
  max-width: 100%; 
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
}
.latest-posts.latest_posts_lists > div {
  margin-bottom: 70px;
}    
.post_read_more a {
  font-size: 15px;
  line-height:normal;
  text-decoration: none;
  text-align: center;
  color: #ffffff;

}
.post_read_more a:hover { font-weight:700; color: #ffffff }  /* color:#ce2222; */
.article-panel:first-of-type {
  height: auto;
}
.article-panel {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #f0f1ed;
  min-height: 100%;
  box-shadow: 15px 10px 20px 0 rgba(0,0,0,0.0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.latest_posts_lists .article-panel .article-img {
  margin-left: 25px;
}
.article-panel .article-img {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.latest_posts_lists .article-panel {
  box-shadow: none;
  border: none;
  background: transparent;
}

/*------ new-module -----*/
.press-cards-articles-02 .latest_posts_lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.press-cards-articles-02 .latest_posts_lists > * {
  margin-bottom: 70px;
}
.press-cards-articles-02 .latest_posts_lists > * .article-panel > div > a {
  width: 100%;
}

@media(max-width: 360px){
 .press-cards-articles-02 .article-panel .article-content {
    margin-left: 30px;
    margin-right: 20px;
  }
}