@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@300;400;500;600;700&display=swap");
body .page-content {
  padding: 100px 100px 100px 100px;
}
body .page-content #services-title {
  text-align: center;
  font-size: 26px;
}
body .page-content .services-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
body .page-content .services-list .services {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body .page-content .services-list .services .service-text-wrapper {
  padding: 0px 100px 0px 100px;
}
body .page-content .services-list .services .service-text-wrapper .text-title {
  margin: 0px;
}
body .page-content .services-list .services .service-img {
  border-radius: 40px 20px 40px 20px;
  align-self: center;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media all and (min-width: 1367px) {
  body .page-content {
    padding: 100px 100px 100px 100px;
  }
  body .page-content #services-title {
    font-size: 26px;
  }
  body .page-content .services-list {
    gap: 80px;
  }
  body .page-content .services-list .services {
    gap: 15px;
  }
  body .page-content .services-list .services .service-text-wrapper {
    padding: 0px 100px 0px 100px;
  }
  body .page-content .services-list .services .service-text-wrapper .text-title {
    margin: 0px;
  }
  body .page-content .services-list .services .service-img {
    border-radius: 40px 20px 40px 20px;
    width: 90%;
  }
}
@media all and (max-width: 1366px) and (min-width: 1025px) {
  body .page-content {
    padding: 100px 30px 100px 30px;
  }
  body .page-content #services-title {
    font-size: 26px;
  }
  body .page-content .services-list {
    gap: 80px;
  }
  body .page-content .services-list .services {
    gap: 15px;
  }
  body .page-content .services-list .services .service-text-wrapper {
    padding: 0px 60px 0px 60px;
  }
  body .page-content .services-list .services .service-text-wrapper .text-title {
    margin: 0px;
  }
  body .page-content .services-list .services .service-img {
    border-radius: 40px 20px 40px 20px;
    width: 90%;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  body .page-content {
    padding: 100px 30px 100px 30px;
  }
  body .page-content #services-title {
    font-size: 26px;
  }
  body .page-content .services-list {
    gap: 80px;
  }
  body .page-content .services-list .services {
    gap: 15px;
  }
  body .page-content .services-list .services .service-text-wrapper {
    padding: 0px 30px 0px 30px;
  }
  body .page-content .services-list .services .service-text-wrapper .text-title {
    margin: 0px;
  }
  body .page-content .services-list .services .service-img {
    border-radius: 40px 20px 40px 20px;
    width: 90%;
  }
}
@media all and (max-width: 768px) and (min-width: 471px) {
  body .page-content {
    padding: 100px 10px 100px 10px;
  }
  body .page-content #services-title {
    font-size: 22px;
  }
  body .page-content .services-list {
    gap: 60px;
  }
  body .page-content .services-list .services {
    gap: 15px;
  }
  body .page-content .services-list .services .service-text-wrapper {
    padding: 0px 20px 0px 20px;
  }
  body .page-content .services-list .services .service-text-wrapper .text-title {
    margin: 0px;
  }
  body .page-content .services-list .services .service-img {
    border-radius: 40px 20px 40px 20px;
    width: 90%;
  }
}
@media all and (max-width: 470px) {
  body .page-content {
    padding: 100px 10px 100px 10px;
  }
  body .page-content #services-title {
    font-size: 22px;
  }
  body .page-content .services-list {
    gap: 60px;
  }
  body .page-content .services-list .services {
    gap: 15px;
  }
  body .page-content .services-list .services .service-text-wrapper {
    padding: 0px 10px 0px 10px;
  }
  body .page-content .services-list .services .service-text-wrapper .text-title {
    margin: 0px;
  }
  body .page-content .services-list .services .service-img {
    border-radius: 40px 20px 40px 20px;
    width: 90%;
  }
}/*# sourceMappingURL=services.css.map */