.content_blogs ul li {
  position: relative;
  padding-left: 26px;
}
.content_blogs ul li::before {
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  top: 15px;
  margin: 0px;
}

.content_blogs ul li ul {
  margin: 20px 0px;
  padding-left: 20px;
}
.content_blogs ul li ul li {
  padding-left: 24px;
}
.content_blogs ul li ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50px;
  top: 15px;
}
.content_blogs ol li {
  position: relative;
  padding-left: 60px;
  padding-bottom: 32px;
  font-size: 22px;
  line-height: 24px;
  align-items: flex-start;
  display: inline-block;
  gap: 15px;
}
.content_blogs ol li:not(:first-of-type) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.content_blogs ol li:first-of-type::before {
  top: -5px;
}
.content_blogs ol li:before {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 20px;
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 8px;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  /* opacity: 1; */
}

.content_blogs table {
  margin: 20px 0px;
  width: 100%;
  border-collapse: collapse;
  font-family: neue-haas-unica, sans-serif;
}

.content_blogs table tr,
.content_blogs table td {
  margin: 0 !important;
}
/* .content_blogs table, */
.content_blogs table tr:nth-child(even) td {
  background: rgba(4, 12, 38, 0.05);
}
.content_blogs table tr td {
  vertical-align: top;
}

.content_blogs table thead th {
  background: #040c26;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.content_blogs table thead th,
.content_blogs table tr td {
  box-sizing: border-box;
  padding: 15px;
}
