.indexB-rightint2 {
  border-top: 1px solid #E8E6E7;
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px) 0;
}

.indexB-rightint2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.indexB-rightint2 ul li {
  width: 20%;
  text-align: center;
  position: relative;
}

.indexB-rightint2 ul li h5 {
  color: #000;
  font-size: clamp(26px, 2.92vw, 56px);
  line-height: 1.2;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.indexB-rightint2 ul li h5 span {
  font-family: Impact;
  font-weight: bold;
}

.indexB-rightint2 ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  /* right: 0px; */
  bottom: 10px;
  font-size: clamp(16px, 1.35vw, 26px);
  display: contents;
}

.indexB-rightint2 ul li:nth-child(5) h5::after {
  right: -40px;
  font-size: 30px;
  bottom: auto;
  top: 10px;
}

.indexB-rightint2 ul li p {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #000;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 0;
  text-align: center;
}




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


  .indexB-rightint2 ul {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .indexB-rightint2 ul li {
    width: 33.333333%;
    padding: 15px 0;
  }
}



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


 

  .indexB-rightint2 ul li h5::after {
    right: -60px;
  }

  .indexB-rightint2 ul li:last-child h5::after {
    right: -25px;
    bottom: 15px;
  }

  .indexB-rightint2 ul li p {
    line-height: 22px;
    margin: 15px 0 0;
  }

  .indexB-rightint2 ul li {
    width: 50%;
  }
}


@media(max-width:767px){
  .indexB-rightint2 ul li p {
    line-height: 20px;
  }
}

