.services-section h2 {
font-size: 26px;
    padding-left: 10px;
}
.services-section .services-cards {
 box-shadow: 0px 0px 5px 0px #f1c2328c;
    border-radius: 8px;
    padding: 14px 8px;
    background: white;
    border: 1px solid #f1c2327d;
height: 100%;
}
.services-cards ul li a {
      text-decoration: underline !important;
    padding: 2px 0;
    display: block;
    font-size: 16px;
}
.services-cards ul li::marker {
  color: #f1c232;
}