.oQuePrecisaSaber {
    float: left;
    width: 100%;
    background-color: #0A121F;
    padding: 50px 0;
}

.oQuePrecisaSaber .boxTexto {
    float: left;
    width: 100%;
}

.oQuePrecisaSaber .boxTexto h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: 44px;
    font-size: 30px;
    text-align: center;
}

.oQuePrecisaSaber .boxTexto .texto {
    float: left;
    width: 100%;
    color: #fff;
}

.oQuePrecisaSaber .boxTexto .texto p {
    color: #E2E8F0;
    font-weight: lighter;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 26px;
}

.oQuePrecisaSaber .boxTexto .texto span {
    color: #E2E8F0;
    font-weight: lighter;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 26px;
}

.oQuePrecisaSaber .boxTexto .texto a {
    color: #E2E8F0;
    font-weight: lighter;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 26px;
    text-decoration: underline;
}

.oQuePrecisaSaber .boxVideo {
    float: left;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.oQuePrecisaSaber .boxVideo img {
    cursor: pointer;
    display: inline-block;
}

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

    .oQuePrecisaSaber {
        padding: 35px 0;
    }

    .oQuePrecisaSaber .boxTexto h2 {
        font-size: 22px;
        line-height: 150%;
        margin: 0 0 20px 0;
    }

    .oQuePrecisaSaber .boxVideo {
        margin-top: 30px;
    }

    .oQuePrecisaSaber .boxVideo h3 {
        font-size: 22px;
        line-height: 150%;
        margin: 0 0 30px 0;
    }

}