.banner {
  overflow: hidden;
  position: relative;
}
.banner .title {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -62px;
}
.banner .title h4,
.banner .title h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.banner .title h4 {
  font-size: 30px;
}
.banner .title h1 {
  margin-top: 20px;
  font-size: 48px;
}
.banner img {
  float: left;
  width: 100%;
}
.container {
  padding-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 .upper {
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
.container .w .upper .left {
  float: left;
  width: 60%;
  padding-right: 100px;
}
.container .w .upper .left .title {
  margin-top: 30px;
  color: #6ec5c4;
  font-size: 34px;
  text-transform: uppercase;
}
.container .w .upper .left span {
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 20px;
}
.container .w .upper .left p {
  color: #474747;
  font-size: 16px;
  line-height: 25px;
}
.container .w .upper .right {
  float: right;
  height: 400px;
  overflow: hidden;
  width: 40%;
}
.container .w .upper .right img {
  width: 100%;
}
.container .w .lower .title {
  margin-top: 40px;
  color: #343434;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container .w .lower p {
  color: #474747;
  font-size: 16px;
  line-height: 25px;
}

@media screen  and (max-width:420px) {
    .banner .title{
        display: none;
    }
    .container .w .upper .left{
        padding-right:0px; 
    }
}