.nossasAreas {
    float: left;
    width: 100%;
    padding: 50px 0 20px 0;
    background-color: #060606;
}

.nossasAreas h2 {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 150%;
}

.nossasAreas .subtitulo {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 50px 0;
    line-height: 170%;
}

.nossasAreas ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.nossasAreas ul li {
    list-style: none;
    margin-bottom: 10px;
    margin-bottom: 30px;
    float: left;
}

.nossasAreas ul li figure {
    float: left;
    width: 100%;
}

.nossasAreas ul li figure img {
    width: 100%;
}

.nossasAreas ul li span {
    float: left;
    width: 100%;
    background: #A5926D;
    color: #fff;
    padding: 10px 14px;
    font-size: 15px;
}

@media only screen and (max-width: 1000px) {

    .nossasAreas ul li {
        float: left;
        width: 33.33333%;
        max-width: 33.33333%;
    }

}

@media only screen and (max-width: 768px) {

    .nossasAreas {
        padding: 30px 0 20px 0;
    }

    .nossasAreas h2 {
        font-size: 26px;
    }

    .nossasAreas ul li {
        float: left;
        width: 50%;
        max-width: 50%;
    }

}

@media only screen and (max-width: 500px) {

    .nossasAreas ul li {
        float: left;
        width: 100%;
        max-width: 100%;
    }

}