.bobo-indicator {
  padding: 0px 0 100px 0;
}

.bobo-indicator ul {
  margin: 70px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.bobo-indicator ul li {
  width: calc(33% - 42px);
  position: relative;
  padding: 32px 39px;
  box-sizing: border-box;
  border-bottom: 2px solid #e6e6e6
}

.bobo-indicator ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s cubic-bezier(0.55,0.23,0.62,1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.55,0.23,0.62,1) 0s
}

.bobo-indicator ul li h5 {
  color: var(--color-primary);
  font-size: 46px;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-weight: 700
}

.bobo-indicator ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  right: -25px;
  top: 0;
  color: #212121;
  font-size: 46px;
  font-weight: 400
}

.bobo-indicator ul li:nth-child(3) h5::after {
  right: -50px;
  font-size: 22px;
  top: 2px
}

.bobo-indicator ul li p {
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  margin: 13px 0 0
}

.bobo-indicator ul li:hover::after {
  width: 100%
}



@media screen and (max-width: 1500px) {
  .bobo-indicator ul li {
    padding: 30px 25px
  }

  .bobo-indicator ul li p {
    font-size: 18px
  }
}

@media screen and (max-width: 1300px) {
  .bobo-indicator ul li {
    padding: 30px 20px
  }
}

@media screen and (max-width: 992px) {
  .bobo-indicator {
    padding: 30px 0
  }

  .bobo-indicator ul {
    margin: 20px 0 0
  }

  .bobo-indicator ul li {
    width: calc(50% - 20px);
    padding: 25px 15px
  }

  .bobo-indicator ul li h5 {
    font-size: 30px
  }

  .bobo-indicator ul li p {
    font-size: 17px;
    line-height: 1.3;
    margin: 13px 0 0
  }

  .bobo-indicator ul li p br {
    display: none
  }
}
