.swiper-container {
  width: 100%;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/5;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 4px !important;
  border-radius: 2px !important;
  background-color: #fff !important;
  opacity: 0.5;
  margin: 0 8px;
  cursor: pointer;
}

.know-more {
  text-align: right;
  padding-right: 16px;
}
.know-more-btn {
  width: 88px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  border: 0;
  background-color: #409eff;
}
.case-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  flex-wrap: wrap;
  padding: 0px 40px;
}
.case-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 180px;
  color: #878787;
}
.case-list-item .svg-icon {
  width: 1em;
  height: 1em;
  font-size: 50px;
  color: #fff;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  cursor: pointer;
}
.case-list-item .title {
  color: #48bdfd;
  font-size: 18px;
}
.case-list-item .desc {
  font-size: 12px;
  color: #48bdfd;
}

.scope-of-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.service-item {
  display: flex;
  justify-content: center;
  width: 600px;
  margin: 16px;
  flex-wrap: wrap;
}
.service-item .img-content {
  display: flex;
    align-items: center;
}
.service-item .img-content img {
  width: 300px;
  height: 200px;
  border-radius: 4px;
}

.service-item h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #48bdfd;
}

.service-item .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 2em;
  color: #585858;
}
.service-item .content {
  text-indent: 2em;
  line-height: 2em;
  color: #aaa;
  margin: 10px 16px;
  width: 250px;
}
.servcie-item img {
  width: 200px;
  height: 100px;
  float: left;
}
@media (max-width: 768px) {
  .servcie-item .content {
    height: auto;
  }
}
