﻿.warp {
  background-image: url("../image/home/pic4.jpg");
  background-repeat: repeat;
  -o-background-size: contain;
     background-size: contain;
  cursor: default;
  width: 100%;
}
.warp .main {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 50px;
}
.warp .main .icon {
  width: 80px;
  height: 60px;
  margin: auto;
}
.warp .main .icon img {
  width: 100%;
  height: 100%;
}
.warp .main h2 {
  margin: auto;
  display: block;
  width: 280px;
  font-size: 28px;
  line-height: 1.75em;
  letter-spacing: 3px;
  color: #7c8081;
  padding-top: 30px;
  padding-bottom: 80px;
}
.warp .main h2 strong {
  font-weight: 400;
}
.warp .main .content {
  width: 1040px;
  margin: auto;
  padding: 80px;
  padding-top: 50px;
  background-color: #fff;
  color: #7c8081;
  font-family: "Lato", sans-serif;
}
.warp .main .content li {
  margin-top: 36px;
}
.warp .main .content h3 {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 22px;
  margin: 0;
}
.warp .main .content h3 strong {
  font-weight: 400;
}
.warp .main .content p {
  font-weight: 300;
  font-size: 18px;
  margin: 16px 0;
}