body {
  background: #272822;
  margin: 0;
  border-left: 20px solid #881F21;
}
body a {
  color: #CFE4E9;
}

.l-main, .l-secondary {
  width: 50%;
  float: left;
}
.photo {
  width: 50%;
  background: transparent url('../images/166_WEB.png') no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.l-main {
  font-family: sans-serif;
  color: #f9f9f9;
  font-size: 1.3em;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.l-main-content {
  max-width: 70%;
}
.l-main h1 {
  font-size: 2em;
  /*color: #339A75;*/
  color: #66B398;
}

.l-main ul {
  list-style-position: inside;
  padding: 0;
}

.l-main ul li {
  margin: 0.2em 0;
}

section a {
  font-size: 1.2em;
  margin-right: 0.4em;

}