.indexB-rightint2 {
  border-top: 1px solid #E8E6E7;
  padding: 80px 0;
}

@media screen and (max-width:1440px) {
  .indexB-rightint2 {
    padding: 50px 0;
  }
}

@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: 23%;
  text-align: center;
  position: relative;
  box-shadow: -1px 0px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 30px;
  padding: 20px 10px;
  margin: 0.5%;
}
.indexB-rightint2 ul li:hover {
 
  box-shadow: -1px 0px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(29 190 123);
  
}
.indexB-rightint2 ul li h5 {
  color: var(--title-text-color);
  font-size: clamp(24px, 2.8vw, 54px);
  line-height: 1;
  display: inline-block;
  position: relative;
}

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

.indexB-rightint2 ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  /* right: -60px; */
  bottom: 10px;
  color: var(--title-text-color);
  font-size: 29px;
}

.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(12px, 0.9vw, 17px);
  color: #4b5563;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
  text-align: center;
  text-transform: capitalize;
}



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

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

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



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


  .indexB-rightint2 ul li h5::after {
    font-size: 15px;
    right: -47px;
  }

  .indexB-rightint2 ul li:nth-child(3) h5::after,.indexB-rightint2 ul li:nth-child(2) h5::after {
    font-size: 15px;
    right: -13px;
  }

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

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

