.sectionpoints {
  padding-left: 20px;
}

.blogpoint {
  border: 1px solid lightgray;
  border-radius: 10px 80px 10px 10px;
  margin: 10px;
  padding: 10px;
  background-color: azure;
  box-shadow: 0 4px 8px rgba(0, 10, 128, 0.5);
}

.blogh3 {
  font-size: 20px;
  padding: 5px;
}

.blogsubtext {
  font-size: medium;
  padding: 5px;
}
ol,
li {
  list-style: none;
}
ul {
  padding-left: 10px; /* Space between the border and bullets */
  margin: 0; /* Remove default margin if needed */
}
.blogsubtextli {
  list-style-type: disc;
  list-style-position: inside; /* Align bullet inside the list item */
  padding-left: 0px; /* Fine-tune padding between bullet and text */
  margin: 8px 0; /* Add space between each list item */
}
.blogh2 {
  font-size: larger;
}
