@media screen and (max-width: 3840px) {
}

@media screen and (max-width: 2560px) {
}
@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1440px) {
  .hero {
    min-height: 943px;
  }
  .hero .circleWrap {
    bottom: -300px;
  }
  .expert img {
    left: -15%;
  }
  .expert .service-item:nth-child(2) .box:last-child img {
    left: auto;
    right: -15%;
  }
  .expert .service-item:last-child .box:first-child .service-card {
    left: -16%;
  }
  .expert .service-item:last-child .box:last-child  .service-card{
    align-items: flex-end;right: -16%;
  }
  .serve {
    background-position: top 450px center !important;
    background-size: cover;
  }
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1156px) {
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 850px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 667px) {
}
@media screen and (max-width: 575px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 320px) {
}
