.lipi-parent {
  background-color: #fff;
}

.title h3 {
  color: #ececec;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-top: 65px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.logo-lipi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.text-part p {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding-top: 70px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.tech-logo {
  display: flex;
  flex-direction: row;
  gap: 26.28px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.round {
  cursor: pointer;
  border-radius: 2.648px;
  border: 0.662px solid #f3f3f3;
  background: #fff;
  padding: 20px 40px 20px 40px;
}
.tech-logo .round img {
  width: 85px;
 
  object-fit: contain;
 
}

.soon p {
  margin-top: 40px;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.lipi-round {
  display: flex;
  flex-direction: row;
  gap: 26.28px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.text p {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 105px;
  line-height: 160%; /* 22.4px */
}

.india p {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

@media (max-width: 768px) {
  .title h3 {
    font-size: 28px;
  }
  .logo-lipi img {
    padding-top: 0px;
  }
  .text-part p {
    padding-top: 20px;
  }
  .round {
    padding: 8px;
  }

  .text p {
    margin-top: 50px;
  }
}
