.hero.values {
    padding: 291px 0px 109px;
}

.values-text-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 603px;
}

.values-text-image h3 {
    margin-bottom: 40px;
}

.values-text-image p {
    margin-bottom: 30px;
}

.section-valori {
    padding: 55px 0px 100px;
}

.values-row {
    margin-top: 80px;
    row-gap: 83px;
}

.values-row .value-col {
    padding: 0px 19px;
}

.values-row .value-col .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

@media screen and (max-width:768px) {
    .hero.values {
        padding: 266px 0px 82px;
    }

    .values-text-image h3 {
        margin-bottom: 24px;
    }
    
    .values-text-image p {
        margin-bottom: 16px;
    }

    .section-valori {
        padding: 55px 0px 70px;
    }
    
    .values-row {
        margin-top: 40px;
        row-gap: 20px;
    }
    
    .values-row .value-col {
        padding: 0px 15px;
    }
    
    .values-row .value-col .text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
}