.banner {
  overflow: hidden;
  position: relative;
}
.banner img {
  float: left;
  width: 100%;
}
.banner .title {
  position: absolute;
  top: 50%;
  margin-top: -58.5px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.banner .title span {
  font-size: 24px;
}
.banner .title h1 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 20px;
}
.container {
  margin-bottom: 100px;
}
.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 .content {
  margin-top: 20px;
}
.container .w .content > .title {
  color: #6ec5c4;
  font-size: 18px;
  line-height: 30px;
}
.container .w .content .row {
  margin-top: 30px;
}
.container .w .content .row .title {
  color: #6ec5c4;
  font-size: 20px;
  padding-left: 20px;
  border-left: 6px solid #6ec5c4;
  text-transform: uppercase;
}
.container .w .content .row p {
  font-size: 16px;
  color: #444444;
  line-height: 25px;
}
.container .w .content a {
  background-color: #6ec5c4;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  width: 200px;
  line-height: 50px;
  margin-top: 40px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
