.arshine2-indicator_card {
  padding: 50px 0;
}

.arshine2-indicator_card ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arshine2-indicator_card ul li {
  text-align: center;
}

.arshine2-indicator_card ul li h5 {
  color: var(--color-primary);
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.arshine2-indicator_card ul li h5::after {
  content: attr(date-txt);
  position: relative;
  left: 10px;
  top: -20px;
  color: var(--color-primary);
  font-size: 18px;
}

.arshine2-indicator_card ul li p {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin: 5px 0 0;
}

@media screen and (max-width:1500px) {

}

@media screen and (max-width:1441px) {
  
}

@media screen and (max-width:1367px) {
  .arshine2-indicator_card ul li h5 {
    font-size: 40px;
  }

  .arshine2-indicator_card ul li p {
    font-size: 17px;
  }

  .arshine2-indicator_card ul li h5::after {
    font-size: 16px;
  }
}



@media screen and (max-width:992px) {
  .arshine2-indicator_card ul li p {
    font-size: 14px;
  }
   .arshine2-indicator_card ul li h5::after {
    font-size: 14px;
  }
  .arshine2-indicator_card ul li h5 {
    font-size: 32px;
  }
  .arshine2-indicator_card ul li{
    width: 50%;
    margin-bottom: 25px;
    text-align: left;
  }
}


@media screen and (max-width:480px) {
   .arshine2-indicator_card ul li p {
    font-size: 12px;
  }
   .arshine2-indicator_card ul li h5::after {
    font-size: 12px;
  }
  .arshine2-indicator_card ul li h5 {
    font-size: 26px;
  }
}



@media(max-width:400px){
  .arshine2-indicator_card ul li h5::after {
    font-size: 10px;
    left: 2px;
    top: -18px;
  }
   .arshine2-indicator_card ul li h5 {
    font-size: 24px;
  }
  
}