@import url("./vars.css");
.sectionFive{
    background-color: var(--secondaryColor);
}

.titleSection5{
    color: white;
}

.tagAccessWithFolio{
    border-radius: 20px;
    background-color: white;
    color: var(--secondaryColor);
    padding: 10px 20px;
    margin-left: 55px;
}

.listApp{
    /* padding: 0;
    margin: 0; */
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 50px;
}
.customerBullet{
    background: url('../img/icon_ok.svg') no-repeat left top;
    background-size:30px;
    height: 34px;
    padding-top: 3px;
    padding-left: 44px;
}


.listApp li{
    margin-bottom: 15px;
}