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

@media(min-width:1920px){
  .arshine2-indicator_card .container {
    max-width: 1680px;
  }
}


.arshine2-indicator_card ul {
  display: grid;
    grid-template-columns: repeat(6, 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: 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: 32px;
}

.arshine2-indicator_card ul li p {
  font-size: clamp(14px, 0.95vw, 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 li h5::after {
    font-size: 18px;
  }

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

  .arshine2-indicator_card ul li {
    padding: 15px;
  }

  .arshine2-indicator_card {
    padding: 10px  0 30px;
  }
}



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

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