@media screen and (max-width: 480px) {
  .row {
    margin-right: auto;
    margin-left: auto;
  }
  .article-text {
    padding: 2rem;
  }
  .service-testing {
    padding: inherit;
  }
  .why-imp .pr-0, .why-imp .pl-0, .analytics .pr-0, .analytics .pl-0, .digital-assurance .pr-0, .digital-assurance .pl-0, .product-dev .pr-0, .product-dev .pl-0, .industry-section .pr-0, .industry-section .pl-0, .blog-page .pr-0, .blog-page .pl-0, .career-section .pr-0, .career-section .pl-0 {
    padding: inherit;
  }
  .enterprises {
    padding: 70px 15px;
  }
  .blog h2 {
    margin-block: auto;
    text-align: center !important;
  }
  .contact-form-box, .company-details {
    padding-left: 0;
    padding-right: 0;
  }
  .form-section .sec-title h2 {
    text-align: center;
  }
  .form-section .form-group {
    padding: 0;
  }
  .tech-stack .tech-stack-title {
    text-align: left;
  }
  .tech-stack .tech-stack-img {
    display: inline-block;
    margin-bottom: 15px;
  }
  .testing-app {
    padding: 0;
  }
  .testing-app .testing-app-item {
    margin-bottom: 30px;
  }
  .service-item-box, .pd-capabilities {
    padding-left: 0;
    padding-right: 0;
  }
  .pd-item {
    margin-bottom: 30px;
  }
  .our-approach {
    padding-left: 0;
    padding-right: 0;
  }
  .our-approach .our-approach-item {
    margin-bottom: 30px;
    min-width: 320px;
    min-height: 360px;
  }
  .covid-sec {
    padding: 30px 15px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {
  /* For iPads, Tablets only */
  .career-section .color-box h3 {
    font-size: 1.2rem;
  }
  .service-testing {
    padding: 5rem 30px;
  }
  .service-testing .service-item {
    min-height: 524px;
  }
  .testing-app .testing-app-item {
    margin-bottom: 30px;
  }
  .pd-capabilities .pd-item {
    margin-bottom: 30px;
    min-height: 154px;
  }
  .our-approach .our-approach-item {
    min-height: 270px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  /* For Small screens, laptops only */
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
  /* For Desktops, large screens only */
}

@media only screen and (min-width: 1201px) {
  /* For Small screens, laptops only */
}
/*# sourceMappingURL=media.css.map */