.diferenciales {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.diferenciales__lista {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.diferenciales__item {
    max-width: 350px;
    box-sizing: border-box;
    padding: 2rem 0 2rem 5rem;
    background-repeat: no-repeat;
    background-position: top 1.25rem left 2.5rem;
}

.item__titulo {
    color: var(--fuente-ceniza-oscuro);
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.item__texto {
    line-height: normal;
    font-size: 1rem;
}
.diferenciales__item-reloj{
    background-image: url(../IMG/reloj.png);
    background-size: 40px;
}
.diferenciales__item-dinero{
    background-image: url(../IMG/objetivo.png);
    background-size: 40px;
}
.diferenciales__item-quimica{
    background-image: url(../IMG/llave-inglesa.png);
    background-size: 40px;
}
@media screen and (min-width: 1024px) {
    .diferenciales {
        background-color: #eae3e3;
    }
    .diferenciales__lista {
        justify-content: space-around;
    }
}