.services-info table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.services-info table th {
    background: #43b02a;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding: 16px 24px;
    vertical-align: middle;
}
.services-info table th:not(:first-child) {
    text-align: center;
}
.services-info table td {
    border: 1px solid #dcdcdc;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 150%;
    vertical-align: middle;
    text-align: left;
}
.services-info table td:not(:first-child) {
    text-align: center;
}

.services-info ul {
    padding: 32px 24px;
    margin-bottom: 0;
    list-style: none; /* убираем стандартные точки */
    padding-left: 0;
}
.services-info ul li {
    position: relative;
    padding-left: 25px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.services-info ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;   /* ширина SVG */
    height: 16px;   /* высота SVG */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.54545 5L0 11H10.1818L16 5H6.54545Z" fill="%43B02A"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.services-info h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px !important;
}