.benefits_fjd {
background: #efefef;
padding: 30px 0px 0px;
}


.container_benefits {
max-width: 1400px;
margin: 0 auto;
}


.benefits_list {
list-style: disc;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px 40px;
padding-left: 20px;
margin: 0;
font-family: Figtree, sans-serif;
font-size: 16px;
line-height: 22px;
color: #000;
text-align: left;
}



.rivenditore {
    width: auto;
    height: 50px;
    font-size: 18px;
    font-family: Figtree, 'sans-serif';
    font-weight: 700;
    line-height: 24px;
    background-color: #ffdd23;
    color: #000;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 14px 30px;
}

.rivenditore:hover {
    background-color: #D1B61F !important;
}


@media (max-width: 900px) {
.benefits_list {
grid-template-columns: repeat(2, 1fr);    
}
}


@media (max-width: 600px) {
.benefits_list {
grid-template-columns: 1fr;    
gap: 16px;
}
}



b {
    font-weight: 600;
}

@media (max-width: 369px) {
    .benefits_list {
        font-size: 14px;
        line-height: 20px;

    }
}