.indexB-rightint2 {
  border-top: 1px solid #E8E6E7;
  padding: 50px 0 20px 0;
  background: #f8f8f8;
}


@media screen and (max-width:991px) {
  .indexB-rightint2 {
    padding: 30px 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: 25%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.indexB-rightint2 ul li h5 {
  color: #000;
  font-size: clamp(32px, 2.2vw, 42px);
  line-height: 1;
  display: inline-block;
  position: relative;
}

.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: -30px;
  bottom: 10px;
  color: #000;
  font-size: clamp(16px, 1.15vw, 22px);
}

.indexB-rightint2 ul li:nth-child(5) h5::after {
  right: -83px;
  font-size: clamp(15px, 1.1vw, 21px);
  bottom: auto;
  top: 10px;
}
.indexB-rightint2 ul li:nth-child(6) h5::after {
  right: -98px;
  font-size: clamp(15px, 1.1vw, 21px);
  bottom: auto;
  top: 10px;
}
.indexB-rightint2 ul li:nth-child(7) h5::after {
  right: -98px;
  font-size: clamp(15px, 1.1vw, 21px);
  bottom: auto;
  top: 10px;
}

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


@media(max-widthL1440px){
  .indexB-rightint2 ul li:nth-child(5) h5::after {
    right: -83px;
  }
  .indexB-rightint2 ul li:nth-child(6) h5::after {
    right: -77px;
}
  .indexB-rightint2 ul li:nth-child(7) h5::after {
    right: -77px;
  }

}



@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;
    margin-bottom: 0;
  }
}



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


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


  .indexB-rightint2 ul li:nth-child(5) h5::after {
    right: -60px;
  }

  .indexB-rightint2 ul li:nth-child(6) h5::after {
    right: -70px;
  }

  .indexB-rightint2 ul li:nth-child(7) h5::after {
    right: -70px;
  }


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

@media screen and (max-width:576px) {
  .indexB-rightint2 ul li {
    width: 50%;
  }
}


