.arshine2-indicator_card {
  padding: clamp(20px, calc( (50 / 1920) * 100vw ), 50px) 0;
}

.arshine2-indicator_card ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.arshine2-indicator_card ul li {
  background-color: #f7f7f7;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
}

.arshine2-indicator_card ul li .num {
  font-size: clamp(24px, 1.67vw, 32px);
  color: #222;
  font-weight: 400;
}

.arshine2-indicator_card ul li .num::after {
  content: attr(date-txt);
  position: relative;
  left: 10px;
  top: -4px;
  color: #222;
  font-size: clamp(16px, 1.67vw, 32px);
}

.arshine2-indicator_card ul li p {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #333;
  line-height: 24px;
  margin: 5px 0 0;
}

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


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

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


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

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

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



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

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

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



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


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

  .arshine2-indicator_card ul {
    grid-template-columns: repeat(2, 1fr);
  }




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