.services .common-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services .service-content {
  width: 85vw;
  margin: 0 auto;
  padding: 6vw;
}

.services .service-content .circle {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .service-content .circle img {
  max-width: 50%;
}

.services .service-content p {
  color: #fff;
  font-size: 1.9vw;
  text-align: center;
  width: 100%;
}

.service-content .item .d-flex {
  width: 24vw;
}

.services .nav-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services .desc-img {
  max-width: 80vw;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .services .service-content {
    padding: 10vw 6vw;
    width: 95vw;
  }

  .services .service-content .circle {
    width: 12vw;
    height: 12vw;
    margin-bottom: 10px;
  }

  .services .service-content p {
    font-size: 2vw;
  }

  .service-content .item .d-flex {
    width: 100%;
    margin: 1rem 0;
    align-items: start;
  }
  .service-content .item .d-flex {
    width: 22vw;
  }
  .service-content .item {
    align-items: start;
  }
}

@media only screen and (max-width: 768px) {
  .services .service-content {
    padding: 10vw 6vw;
    width: 95vw;
  }

  .services .service-content .circle {
    width: 20vw;
    height: 20vw;
    margin-bottom: 10px;
  }

  .services .service-content p {
    font-size: 3vw;
  }

  .service-content .item .d-flex {
    width: 100%;
    margin: 1rem 0;
    align-items: start;
  }
  .service-content .item .d-flex {
    width: 22vw;
  }
  .service-content .item {
    align-items: start;
  }
}
