body {
  background-color: #fff !important;
}

.platform-page a {
  position: relative;
  z-index: 2;
}

#platform-intro-page {
  position: relative;
  padding: 4em 0;
  background: #F3F8FF;
}

#platform-intro-page h1 {
  font-weight: 500;
  color: #23232e;
  font-size: clamp(32px, 3.47vw, 44px);
}

#platform-intro-page .description {
  color: #003F7B;
  font-weight: 500;
  font-size: clamp(25px, 2.77vw, 40px);
}

#dhanush-app-platform {
  position: relative;
  padding-top: 4em;
}

#dhanush-app-platform h1 {
  font-size: clamp(30px, 3.194vw, 45px);
  font-weight: 700;
  color: #003F7B;
  margin-bottom: 0;
}

#dhanush-app-platform p {
  font-size: clamp(25px, 2.5vw, 1.75em);
  line-height: 1.2;
}

@media (max-width: 991px) {
  #dhanush-app-platform .img img {
    display: block;
    text-align: center;
    margin: 1em auto;
  }
}

#dhanush-app-platform .right-block {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#dhanush-app-platform .right-block .des {
  font-size: clamp(16px, 1.38vw, 20px);
  line-height: 1.5;
  color: #626265;
}

#dhanush-app-platform .right-block .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

@media (max-width: 991px) {
  #dhanush-app-platform .right-block .blocks {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2em;
  }
}

#dhanush-app-platform .right-block .blocks .each {
  padding: 18px 5px;
  text-align: center;
  border: 1px solid #DAEDFF;
  -webkit-box-shadow: 0px 12px 25px 0px #003F7B1F;
          box-shadow: 0px 12px 25px 0px #003F7B1F;
  border-radius: 10px;
  position: relative;
  z-index: 100;
}

#dhanush-app-platform .right-block .blocks .each .icon {
  margin-bottom: 5px;
}

#dhanush-app-platform .right-block .blocks .each .icon img {
  height: 45px;
  width: 45px;
}

#dhanush-app-platform .right-block .blocks .each p {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #003F7B;
}

@media (max-width: 991px) {
  #dhanush-app-platform .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#dhanush-web-platform {
  padding-top: 4em;
}

#dhanush-web-platform .platform-d-3 {
  font-size: clamp(16px, 1.52vw, 18px);
  line-height: 1.5;
}

#dhanush-web-platform .platform-d-2 {
  line-height: 1.2;
}

.platform-h-2 {
  font-size: clamp(30px, 3.194vw, 45px);
  font-weight: 700;
  color: #003F7B;
  margin-bottom: 0;
}

.platform-h-3 {
  font-size: clamp(20px, 1.805vw, 26px);
  font-weight: 700;
  color: #003F7B;
}

.platform-d-2 {
  font-size: clamp(25px, 2.5vw, 1.75em);
  color: #000;
}

.platform-des-3 {
  font-size: clamp(20px, 1.52vw, 22px);
  color: #000;
}

.explore-btn-platform a {
  background: #EF4246;
  border-radius: 40px;
  padding: 10px 25px;
  color: #fff;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.platform-disc {
  padding-top: 0;
  padding-left: 1em;
}

.platform-disc li {
  list-style: disc;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

.platform-disc li::marker {
  color: #003F7B;
}
/*# sourceMappingURL=platform.css.map */