.ova-sev-list-2 {
  background: var(--primary);
}
.ova-sev-list-2.one_column .wrapper {
  grid-template-columns: 1fr;
}
.ova-sev-list-2.template_2 {
  padding: 40px 35px;
  background-color: #fff;
}
.ova-sev-list-2.template_2.one_column .wrapper .item:first-child .title {
  border-top: 1px solid #E6E8EE;
}
.ova-sev-list-2.template_2 .wrapper {
  grid-row-gap: 0;
}
.ova-sev-list-2.template_2 .title {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: var(--heading);
  padding: 14px;
  border-bottom: 1px solid #E6E8EE;
}
.ova-sev-list-2 .wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 13px;
}
@media screen and (max-width: 600px) {
  .ova-sev-list-2 .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-list-2 .icon {
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f3f4f7;
  border-radius: 50%;
}
.ova-sev-list-2 .icon i, .ova-sev-list-2 .icon svg {
  display: inline-flex;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 1;
  color: var(--primary);
  fill: var(--primary);
}
.ova-sev-list-2 .title-category {
  margin: 0 0 25px 0;
  font-size: 24px;
}
.ova-sev-list-2 .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.ova-sev-list-2 .title:hover {
  text-decoration: underline;
}