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

.accurate .w {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.accurate .content {
  width: 40%;
}

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

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

.accurate .content span {
  color: #000F23;
  font-size: 18px;
}

.accurate .content p {
  color: #67757f;
  font-size: 16px;
  margin-top: 25px;
}

.accurate .img {
  position: relative;
  width: 52%;
}

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

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

/* CERTIFIED PROFESSIONAL EXPERTS */
.experts {
  width: 100%;
  padding: 104px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.experts .left {
  width: 40%;
}

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

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

.experts .right {
  width: 52%;
}

.experts .right p {
  color: #67757f;
  font-size: 16px;
  margin-bottom: 16px;
}

/* As Featured In */
.featured {
  width: 100%;
  padding: 50px 0;
}

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

.featured h3 {
  color: #000F23;
  font-size: 24px;
}

.featured .lunbo {
  overflow: hidden;
  position: relative;
  width: 80%;
}

.featured .lunbo .swiper {
  width: 90%;
  margin: 0 auto;
}

.featured .lunbo .next {
  position: absolute;
  top: 47%;
  right: 0;
}

.featured .lunbo .next::after {
  font-size: 20px;
}

.featured .lunbo .prev {
  position: absolute;
  top: 47%;
  left: 0;
}

.featured .lunbo .prev::after {
  font-size: 20px;
}

.featured .lunbo img {
  width: 100%;
}

/* 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;
}