.ova_list_checked ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ova_list_checked ul li:not(:last-child) {
  margin-bottom: 12px;
}
.ova_list_checked ul li svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.ova_list_checked ul li span {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #202b5d;
}

.ova_list_checked2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ova_list_checked2 ul li {
  padding-bottom: 20px;
}
.ova_list_checked2 ul li:not(:last-child) {
  padding-right: 60px;
}
.ova_list_checked2 ul li .icon-sev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #d5f1ff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ova_list_checked2 ul li svg {
  width: 25px;
  height: 25px;
  color: #2db7ff;
}
.ova_list_checked2 ul li span {
  margin: 0;
  margin-left: 5px;
  font-size: 17px;
  line-height: 26px;
  color: #202b5d;
}