.ova-sev-list {
  padding: 45px 65px;
  border-top: 8px solid var(--primary);
}
@media screen and (max-width: 600px) {
  .ova-sev-list {
    padding: 45px 30px;
  }
}
.ova-sev-list.one_column .wrapper {
  flex-direction: column;
}
.ova-sev-list.one_column .item {
  width: 100%;
}
.ova-sev-list.template_2 {
  padding: 0;
  border-top: none;
}
.ova-sev-list.template_2 .title {
  color: #fff;
  border-bottom-color: #dc3938;
}
.ova-sev-list.template_2 .title:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.ova-sev-list .wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 911px) {
  .ova-sev-list .wrapper {
    flex-direction: column;
  }
}
.ova-sev-list .item {
  width: calc(50% - 45px);
}
@media screen and (max-width: 911px) {
  .ova-sev-list .item {
    width: 100%;
  }
}
.ova-sev-list .title {
  transition: all 0.3s linear;
  font-size: 18px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #d2d5df;
}
.ova-sev-list .title:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.ova-sev-list i {
  font-size: 14px;
  line-height: 1;
}