.header {
  background-color: #202020!important;
}
.container {
  margin-bottom: 100px;
}
.container .w {
  margin-top: 120px;
}
.container .w .position {
  font-size: 12px;
  color: #858584;
  line-height: 50px;
}
.container .w .position a {
  color: #858584;
}
.container .w .position i {
  font-size: 15px;
  position: relative;
  top: 1px;
}
.container .w > .title {
  margin-top: 20px;
  font-size: 36px;
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
}
.container .w .row {
  margin-top: 60px;
}
.container .w .row > .title {
  font-size: 28px;
  color: #343434;
  line-height: 50px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.container .w .row:last-child .content .title {
  height: 311px;
}
.container .w .row:last-child .content .title a {
  font-size: 16px !important;
}
.container .w .row:last-child .content .title a:first-child {
  font-size: 20px !important;
}
.container .w .row .content {
  padding-top: 30px;
  overflow: hidden;
}
.container .w .row .content .title {
  width: 25%;
  float: left;
}
.container .w .row .content .title:first-child {
  margin-left: 0;
}
.container .w .row .content .title a {
  color: #414141;
  font-size: 20px;
  display: block;
  margin-top: 30px;
}
