.ova-sev-list-box-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--primary);
}
@media screen and (max-width: 767px) {
  .ova-sev-list-box-2 {
    grid-template-columns: 1fr;
  }
}
.ova-sev-list-box-2 .line {
  width: 56px;
  height: 2px;
  background: #fff;
}
.ova-sev-list-box-2 .heading {
  margin: 0;
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.2;
}
.ova-sev-list-box-2 .image img {
  display: block;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .ova-sev-list-box-2 .image img {
    min-height: unset !important;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ova-sev-list-box-2 .image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ova-sev-list-box-2 .info {
    padding: 30px;
  }
}
.ova-sev-list-box-2 .services {
  margin-top: 25px;
}
.ova-sev-list-box-2 .services .wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ova-sev-list-box-2 .services li:not(:first-child) {
  margin-top: 13px;
}
.ova-sev-list-box-2 .services .title {
  transition: all 0.3s linear;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.ova-sev-list-box-2 .services .title:hover {
  text-decoration: underline;
}