.fp-news{
  width: 100%;
}

.fp-news>div{

}

.fp-news .article_image{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.fp-news .article_image img{
  width: 100%;
}

.fp-news h1{
  font-size: 20px;
  line-height: 24px;
}

@media only screen and (max-width: 992px){
  .fp-news>div{
    margin-bottom: 20px;
  }

  .fp-news>div:last-child{
    margin-bottom: 0;
  }
}
