.comoEstudam {
    float: left;
    width: 100%;
    background: #0F1A2A;
    padding: 30px 0 70px 0;
    display: none;
}

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

.comoEstudam h2 strong {
    color: #F09C00;
}

.comoEstudam ul {
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
}

.comoEstudam ul li {
    padding: 0 10px;
    float: left;
}

.comoEstudam ul li img {
    width: 100%;
}

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

    .comoEstudam h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 0 20px;
    }

    .comoEstudam ul {
        margin: 40px 0 0 0;
    }

}