.service-block-three .inner-box{
height:440px !important;
}
.service-block-three .inner-box .lower-content {
    position: relative;
    padding: 7px 5px 5px 7px;
    text-align: center;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 14px;
}
 ul.rag {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.rag li {
     display: flex;
 margin-bottom: 8px;
  font-size: 16px;
 
  line-height: 1.5;
}

ul.rag li i.fa {
  color: green; /* icon color */
  margin-right: 5px; /* space between icon and text */
 margin-top:6px;
}