.we-provide-item .thumb {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 10px;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}
.we-provide-item .thumb .mimg {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 10px;
  width: 100%;
}
.we-provide-item .thumb .we-cion {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: all 0.4s;
}
.we-provide-item .content h3 {
  margin-bottom: 22px;
}
.we-provide-item .content h3 {
  color: var(--title);
}
.we-provide-item .content p {
  color: var(--pra);
}
@media (max-width: 1399px) {
  .we-provide-item .thumb {
    margin-bottom: 25px !important;
  }
  .we-provide-item .thumb .we-cion {
    width: 64px;
    height: 64px;
    bottom: 10px;
    left: 10px;
  }
  .we-provide-item .thumb .we-cion img {
    width: 34px;
    height: 34px;
  }
  .we-provide-item .content h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .we-provide-item .content p {
    color: var(--pra);
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .we-provide-item .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.we-provide-item:hover .thumb .we-cion {
  background: var(--base);
}
.we-provide-item:hover .thumb .we-cion img {
  filter: brightness(5);
}
.we-provide-item:hover .thumb .mimg {
  transform: scale(1.1);
}
.service-box1 {
  border-radius: 10px;
  background: #F0F8FF;
}
.service-box1 .title {
  margin-bottom: 30px;
}
.service-box1 .se-boxlist li span,
.service-box1 .se-boxlist li a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--title);
  transition: all 0.4s;
  font-size: 18px;
  font-weight: 500;
}