div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
iframe {
  margin: 0;
  padding: 0;
}
iframe {
  border: 0;
}
img {
  border: none;
  box-shadow: 0 0 0 #000;
  /* fix FF hover bug */
}
input[type="submit"] {
  cursor: pointer;
}
*:focus {
  outline: none;
}
/* clearfix */
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
html {
  height: 100%;
}
body {
  margin: auto;
  padding: 0;
  color: #fff;
  height: 100%;
  position: relative;
  width: 100%;
  background: #58595b;
  font: 14px/20px 'Libre Baskerville', serif;
  -webkit-text-size-adjust: none;
  font-size-adjust: auto;
}
.wrapper {
  display: flex;
  width: 100%;
  min-height: 100%;
  margin: auto;
  align-items: center;
  background: #4E6B60;
  box-sizing: border-box;
  border: 83px solid #58595b;
  border-right-width: 95px;
  border-left-width: 95px;
}
@media only screen and (max-width: 800px){
  .wrapper {
    border-width: 40px;
  }
}

.content {
  text-align: center;
  max-width: 860px;
  margin: auto;
  font-family: 'Libre Baskerville', serif;
}

a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  white-space: nowrap;
  transition: border 0.5s;
}
a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
p {
  margin: 0 0 15px;
}


/*-------------------------------------------------------------*/
.stories {
  padding: 45px 20px 20px;
}
.stories__logo {
  margin-bottom: 46px;
}
.stories__txt {
  font-size: 22px;
  position: relative;
  padding: 22px 0 11px;
  line-height: 1.8;
  margin: 0 0 35px;
}
.stories__txt:before{
  content:'';
  height: 1px;
  width: 65px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.stories__txt:after{
  content:'';
  height: 1px;
  width: 65px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.stories__link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 1.5;
}
.stories__link-ttl {
  margin: 0 0 7px;
}
.stories__link-small {
  font-size: 10px;
  font-weight: 400;
  margin: 57px 0 0;
  letter-spacing: 0.3px;
}