.ova-text-box {
  display: inline-block;
}
.ova-text-box .ova-box-container {
  display: flex;
}
.ova-text-box .ova-box-container .ova-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.ova-text-box .ova-box-container .ova-box .dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-text-box .ova-box-container .ova-box-content {
  text-align: left;
}
.ova-text-box .ova-box-container .ova-box-content .title {
  margin: 0;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--heading);
}
.ova-text-box .ova-box-container .ova-box-content .description {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}