.abtcontfull ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 15px;
}
.abtcontfull ul li {
    position: relative;
    padding-left: 24px;
    color: #545456;
}


.abtcontfull ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 9px;
    height: 9px;
    background: #287f51;
    box-shadow: 0 0 0px 5px #287f511c;
    border-radius: 50%;
    /* background-image: url(../img/icons/abt-points.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 8px;
}