* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.how-work {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e9f2f8;

  font-family: "Segoe UI";
}
.how-work-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
}
.how-work-title {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
.red-div {
  width: 100%;
  height: 300px;
  background-color: #b53333;
  color: white;
  margin-top: -190px;
  border-radius: 0px 20px 0px 0px;
}

.red-div-para {
  margin-left: 30px;
  margin-right: 100px;
}
.red-div-para p {
  font-size: 25px;
  margin-bottom: 150px;
}
.main-circle-logo {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 50px;
  margin-right: 200px;
  padding-bottom: 46px;
}
.circle {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50%;
}

.circle img{
    width: 100px;
}
.We-need-some-data-section {
  font-family: "Segoe UI";
}
.need-some-data-title {
  text-align: center;
  font-size: 33px;
  font-weight: 400;
  margin-top: 33px;
}
.red-text {
  color: #b53333;
}
.blue-dot {
  color: #1d68b7;
}
.main-need-card-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 43px;
}
.need-card-div {
  background-color: #e9f2f8;
  width: 400px;
  height: 317px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.need-card-div-2 {
  background-color: #e9f2f8;
  width: 566px;
  height: 317px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.need-card-div p {
  color: #1d68b7;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}
.need-card-div-2 p {
  color: #1d68b7;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}

.input-div {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 37px;
  font-size: 25px;
}
.text-input {
  width: 152px;
  height: 39px;
}
@media only screen and (max-width: 1440px) {
  .main-circle-logo {
    display: flex;
    justify-content: end;

    gap: 50px;
    margin-top: 30px;
    margin-right: 0px;
  }
  .need-card-div {
    background-color: #e9f2f8;
    width: 350px;
    height: 317px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }
  .need-card-div-2 {
    background-color: #e9f2f8;
    width: 466px;
    height: 317px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .need-card-div p {
    text-align: center;
    color: #1d68b7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .need-card-div-2 p {
    text-align: center;
    color: #1d68b7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .input-div {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 37px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1280px) {
  .need-card-div {
    background-color: #e9f2f8;
    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }
  .need-card-div-2 {
    background-color: #e9f2f8;
    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .need-card-div p {
    text-align: center;
    color: #1d68b7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .need-card-div-2 p {
    text-align: center;
    color: #1d68b7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .input-div {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 37px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1306px) {
  .how-work-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }

  .red-div {
    width: 100%;
  }
  .red-div-para {
    margin-left: 10px;
    margin-right: 0px;
  }
  .red-div-para p {
    font-size: 25px;
    margin-bottom: 115px;
  }
  .main-circle-logo {
    display: flex;
    justify-content: end;

    gap: 50px;
    margin-top: 30px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .how-work-div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    justify-items: start;
    align-items: center;
  }

  .red-div {
    width: 100%;
    margin-top: 0px;
  }

  .red-div-para p {
    width: 100%;
    font-size: 21px;
    margin-bottom: 50px;
  }
  .red-div-para {
    margin-left: 10px;
    margin-right: 0px;
  }
  .main-circle-logo {
    justify-content: center;

    margin-right: 0px;
  }
  .main-need-card-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
    align-items: center;
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .need-card-div {
    background-color: #e9f2f8;
    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }
  .need-card-div-2 {
    background-color: #e9f2f8;
    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .need-card-div p {
    text-align: center;
    color: #1d68b7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .need-card-div-2 p {
    text-align: center;
    color: #1d68b7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .input-div {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 37px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 700px) {
  .need-some-data-title {
    font-size: 21px;
  }
  .main-need-card-div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-items: center;
    align-items: center;
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .need-card-div {
    background-color: #e9f2f8;
    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }
  .need-card-div-2 {
    background-color: #e9f2f8;
    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .need-card-div p {
    text-align: center;
    color: #1d68b7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .need-card-div-2 p {
    text-align: center;
    color: #1d68b7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .input-div {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 37px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .how-work-div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .red-div {
    margin-top: 0px;
  }
}
