.epaper-title {
  font-size: 1.6em;
  color: #3d4449;
  margin-bottom: 1.5em;
}

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

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

section.epaper-content {
  margin: 20px 0;
  color: #7f888f;
  font-size: 1.2em;
}

.gallery-desc1 {
  font-size: 1.2em;
}

.gallery-desc2 {
  color: #7f888f;
  font-size: 1.2em;
}

