body {
  padding: 0px;
  margin: 0px;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30.6px; }

.sep {
  max-width: 1240px;
  height: 2px;
  background-color: lightblue !important;
  margin: 50px auto 50px auto; }

section.project {
  position: relative; }
  section.project .container {
    max-width: 1240px;
    margin: 0px auto; }
  section.project .title {
    height: 150px; }
    section.project .title .icon {
      width: 100px;
      float: left;
      margin-right: 25px; }
  section.project .content {
    position: relative; }
    section.project .content .responsible-for {
      float: left;
      font-size: 20px;
      max-width: 450px; }
      section.project .content .responsible-for h1 {
        color: #2a2a2a;
        font-size: 38px;
        line-height: 1.4;
        margin: 0 auto 10px;
        font-weight: bold;
        font-family: monospace; }
      section.project .content .responsible-for h2 {
        font-size: 24px;
        font-style: normal;
        color: #2a2a2a;
        font-family: cursive;
        margin: 5px 0px 0px 140px; }
      section.project .content .responsible-for ul li {
        margin-bottom: 15px; }
    section.project .content .video {
      float: right; }
      section.project .content .video iframe {
        width: 700px;
        height: 400px; }
    section.project .content::after {
      content: '';
      display: block;
      clear: both; }
    section.project .content .read-more {
      position: absolute;
      bottom: 0px;
      left: 0px; }
  section.project .footer {
    height: 50px;
    margin-top: 25px; }
    section.project .footer .play-at-badges {
      float: right; }
      section.project .footer .play-at-badges a {
        margin-left: 5px; }
