.w-gal .item {
  float: left;
  width: 400px;
  height: 255px;
  overflow: hidden;
  margin-right: 20px;
}
.w-gal .item:last-child {
  margin-right: 0;
}
.privilege {
  width: 1000px;
  margin: 0 auto;
  font-size: 15px;
  margin-bottom: 40px;
}
.privilege div {
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 45px;
}
.privilege span {
  padding-left: 60px;
  display: block;
}
.privilege ul {
  margin: 0;
}
.privilege li {
  list-style-type: none;
  width: 440px;
  float: left;
  margin-top: 20px;
}
.privilege li:nth-child(-1n+2) {
  margin-top: 0;
}
.privilege li:nth-child(odd) {
  margin-right: 120px;
}
.privilege li:first-child div {
  background-image: url(../images/icon-01.png);
}
.privilege li:nth-child(2) div {
  background-image: url(../images/icon-02.png);
}
.privilege li:nth-child(3) div {
  background-image: url(../images/icon-03.png);
}
.privilege li:nth-child(4) div {
  background-image: url(../images/icon-04.png);
}
.privilege li:nth-child(5) div {
  background-image: url(../images/icon-05.png);
}
.privilege li:last-child div {
  background-image: url(../images/icon-06.png);
  background-position: -8px 0;
}
