section.epaper-wrapper {
  width: 100%;
}

section.epaper-wrapper .epaper-item {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e6ebed;
  overflow: hidden;
}

section.epaper-wrapper .epaper-issue {
  font-size: 1.6em;
  color: #3d4449;
}

section.epaper-wrapper .epaper-issue p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 9;
}

section.epaper-wrapper .epaper-issue p:after {
  content: "";
  background: #f56a6a;
  position: absolute;
  opacity: 0.35;
  width: 100%;
  height: 60%;
  top: 40%;
  left: 15%;
  z-index: -1;
}

section.epaper-wrapper .epaper-title {
  font-size: 1.5em;
  color: #7f888f;
  margin-bottom: 10px;
}

section.epaper-wrapper .epaper-content {
  color: #3d4449;
}

section.epaper-wrapper .btn-more {
  color: #f56a6a;
  border: solid 2px #f56a6a;
  border-radius: 3px;
  float: right;
  margin: 10px 0;
  padding: 10px 25px;
}

section.epaper-wrapper .btn-more:hover {
  background: #f56a6a;
  color: #ffffff;
}

section.pagination {
  padding: 40px 0;
}

