/* Article - List */
.article-list-out {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top;
  position: relative;
}

.article-list-out:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url("../img/back-arrow.png") no-repeat top center;
  background-size: 1440px auto;
  position: absolute;
  /*  bottom: -166px; */
  left: 0;
  z-index: -1; 
  display: block!important; 
}

.article-list {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  vertical-align: top;
  border-top: 2px solid #399ea0;
  position: relative;
  z-index: 2;
  padding: 50px 0 60px 0;
  margin: 0!important;
}

.article-list:last-child {
  padding-bottom: 0;
}