.history_inner-left {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}

.history_inner-row {
  padding: 0 0 40px;
}

.history_inner-row:first-child {
  padding-top: 0;
}

.history_inner-row:last-child {
  padding-bottom: 0;
}

.history_inner-img {
  max-width: 98px;
  margin: 0 auto 12px;
}

.history_inner-img img {
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.history_inner-title{
 margin-bottom:17px;
 color:var(--primary-color-6);
}
.history_inner-text {
    margin-bottom: 0px;
}

@media all and (max-width: 766.98px) {
  
  .history_inner-content {
    text-align: center;
    margin-top: 15px;
  }
  
  .history_inner-row {
    padding: 15px 0;
  }
  
}