.feature-res-item:not(:last-child) {
    border-bottom: 2px solid rgba(15,60,98,0.2);
}
.feature-res-desc ul {
    list-style: none;
    padding: 0;
}
.feature-res-desc ul li {
    position: relative;
}
.feature-res-desc ul li::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    background-color: var(--primary);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.3em;
}