.section {
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  left: 8%;
  bottom: -168px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.heading {
  font-family: Code, sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: 300;
}

.body {
  background-image: url('../images/WT-Jan-18_web-1935-copy.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-span {
  font-size: 86px;
}

.paragraph {
  font-family: Code, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .container {
    left: 0%;
    bottom: -120px;
  }
  .body {
    background-position: 50% 50%;
  }
}

@media (max-width: 479px) {
  .container {
    bottom: -72px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 44px;
    font-size: 40px;
  }
  .body {
    background-position: 38% 50%;
  }
  .text-span {
    font-size: 46px;
  }
  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Code';
  src: url('../fonts/CODE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Code';
  src: url('../fonts/CODE-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}