* {
  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);
}
.how-work-title {
  color: white;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
.red-div {
  width: 100%;
  height: 300px;
  background-color: #b53333;
  color: white;
  margin-top: -20px;
  border-radius: 0px 20px 0px 0px;
}
.how-work-img {
  width: 56%;
  margin-top: -100px;
  margin-left: 450px;
}
.red-div-para {
  margin-left: 30px;
  margin-right: 100px;
}
.red-div-para p {
  font-size: 25px;
  margin-bottom: 150px;
}
/* Near-real Time Incident Mapping start  */
.main-near-list-section {
  padding-top: 20px;
  background-color: #cce8fa;
  font-family: "Segoe UI";
}
.main-near-list-div-title {
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #b53333;
}
.main-near-list-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: center;
}
.near-list-div {
  /* height: 422px;
  display: flex;
  align-items: center; */
  /* padding: 20px; */
}
.near-list-div ul {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8491771708683473) 42%,
    rgba(234, 255, 255, 0.4) 90%
  );
  padding: 20px;
  border-radius: 20px 20px 20px 20px;
  list-style: none;
}

.near-list-div ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 21px;
}
.near-list-div ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(181, 51, 51);
  text-align: start;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.shortcut-div {
  margin-left: 60px;
  font-size: 21px;
}

.shortcut-div p {
  color: rgb(181, 51, 51);
  gap: 0;
  font-weight: 600;
}

.shortcut-div span {
  color: #1d68b7;
  font-weight: 400;
}
@media only screen and (max-width: 1306px) {
  .how-work-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }
  /* .how-work-img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  } */
  .red-div {
    width: 100%;
  }
  .red-div-para {
    margin-left: 10px;
    margin-right: 0px;
  }
  .red-div-para p {
    font-size: 25px;
    margin-bottom: 115px;
  }
}
@media only screen and (max-width: 991px) {
  .how-work-div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    justify-items: start;
    align-items: center;
  }
  .how-work-img {
    display: flex;

    width: 60%;
    margin-top: 0px;
    /* margin-left: 0px; */

    margin-left: auto;
    margin-right: auto;
  }
  .red-div {
    width: 100%;
  }
  .red-div-para p {
    width: 100%;
    font-size: 21px;
    margin-bottom: 50px;
  }
  .red-div-para {
    margin-left: 10px;
    margin-right: 0px;
  }
  .main-near-list-div {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .how-work-div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .near-list-div {
    width: 400px;
    margin-bottom: 111px;
  }
  .near-list-div ul {
    width: 100%;
    padding: 20px;
    margin: 0px;
  }
  .main-near-list-div {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .under-line {
    width: 100%;
  }
  .near-list-div ul li {
    font-size: 16px;
  }
  .under-line {
    width: 90%;
  }
  .main-near-list-div-title {
    font-size: 35px;
  }
  .red-div {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .near-list-div {
    width: 400px;
    margin-bottom: 111px;
  }
  .near-list-div ul {
    /* width: 100%; */
    padding: 20px;
    margin: 0px;
  }
  .main-near-list-div {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .near-list-div {
    width: 300px;
    margin-bottom: 111px;
  }
  .near-list-div ul {
    /* width: 100%; */
    padding: 20px;
    margin: 0px;
  }
  .main-near-list-div {
    grid-template-columns: repeat(1, 1fr);
    justify-items: start;
  }
}
