/* ACCURATE & AGILE */
.wedo {
  width: 100%;
  padding: 104px 0;
}

.wedo .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wedo .content {
  width: 40%;
}

.wedo .content i {
  color: #2B7FAF;
  font-size: 14px;
  font-weight: bold;
}

.wedo .content h3 {
  color: #000F23;
  font-size: 32px;
  line-height: 1;
  margin: 20px 0;
}

.wedo .content p {
  color: #000F23;
  font-size: 18px;
}

.wedo .img {
  position: relative;
  width: 45%;
}

.wedo .img img {
  width: 100%;
  filter: brightness(100%) contrast(80%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 8px;
}

/* 列表 */
.main {
  width: 100%;
  padding: 80px 0 0;
}

.main .w {
  display: flex;
  flex-wrap: wrap;
}

.main .item {
  position: relative;
  width: 26%;
  margin-right: 9.5%;
  margin-bottom: 100px;
}

.main .item:nth-child(3n) {
  margin-right: 0;
}

.main .item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  opacity: 0.44;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(32px) hue-rotate(0deg);
}

.main .item img {
  width: 100%;
  border-radius: 8px;
  filter: brightness(100%) contrast(80%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.main .item h3 {
  color: #2B7FAF;
  font-size: 24px;
  margin: 15px 0 30px;
}

.main .item p {
  color: #67757f;
  font-size: 16px;
}

/* FREE ESTIMATION */
.estimation {
  width: 100%;
  padding: 190px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.estimation .w {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.estimation i {
  color: #CAD0DB;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.estimation h3 {
  color: #fff;
  font-size: 48px;
  margin: 10px 0;
}

.estimation p {
  color: #CAD0DB;
  font-size: 16px;
  margin-bottom: 35px;
}

.estimation .btn {
  width: 135px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  background-color: #2B7FAF;
  box-shadow: 0px 0px 20px 0px rgb(0 15 35 / 12%);
  transition: all .3s;
}

.estimation .btn:hover {
  background-color: #1A1A1A;
}