/* Premissas */
section.premissas {
    padding: 150px 0;
    background:url(../img/premissas.jpg) center center no-repeat #171717;
    color: #fff;
}

section.premissas h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
}

section.premissas img {
    display: block;
    margin-bottom: 15px;
}

section.premissas .premissas__item:not(:last-child) {
    margin-bottom: 50px;
}


/* Valores */
section.valores {
    background: #fff;
    padding: 120px 0;
}

section.valores h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

section.valores .valores__item {
    text-align: center;
}


section.valores img {
    display: block;
    margin: 20px auto 30px auto;
    height: 95px;
    object-fit: contain;
}


section.valores h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}