.ova-education {
  display: flex;
  flex-wrap: wrap;
}
.ova-education .dot-education {
  margin-right: 10px;
}
.ova-education .dot-education span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f00;
  position: relative;
  border-radius: 50%;
}
.ova-education .dot-education span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.ova-education .content-education {
  text-align: left;
}
.ova-education .content-education .time {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #202b5d;
  margin: 0 0 15px 0;
}
.ova-education .content-education .position {
  font-size: 17px;
  line-height: 26px;
  color: #202b5d;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.ova-education .content-education .college {
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
  font-weight: 400;
  margin: 0 0 0 0;
}