 .text-justify {
     text-align: justify !important;
 }

 .see-more-link {
     font-weight: 600;
     color: #2563eb;
     text-decoration: none;
     position: absolute;
     bottom: 10px;
     right: 25px;


 }

.bold-numbers li::marker {
  font-weight: bold;
}


.card a {
     text-decoration: none;
     color: black;
 }

 .see-more-link::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -3px;
     width: 0;
     height: 2px;
     background: #2563eb;
     transition: width 0.3s ease;
 }

 .see-more-link:hover::after {
     width: 100%;
 }
 .card{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
 }