.descontoAlunos {
    float: left;
    width: 100%;
    padding: 90px;
    background: linear-gradient(90deg,rgba(34, 45, 62, 1) 0%, rgba(27, 37, 53, 1) 44%);
}

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

.descontoAlunos h2 strong {
    color: #F09C00;
}

.descontoAlunos .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.descontoAlunos .boxBaixo .boxItem {
    width: 40%;
    padding: 0 40px;
}

.descontoAlunos .boxBaixo .boxItem + .boxItem {
    border-left: solid 1px #565769;
}

.descontoAlunos .boxBaixo .boxItem .titulo {
    border-radius: 8px;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 10px;
}

.descontoAlunos .boxBaixo .boxItem .titulo strong {
    color: #F09C00;
}

.descontoAlunos .boxBaixo .boxItem .boxFlex {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.descontoAlunos .boxBaixo .boxItem .boxFlex p {
    color: #fff;
    margin: 0 0 0 30px;
    font-weight: 600;
}

.descontoAlunos .boxLink {
    float: left;
    width: 100%;
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.descontoAlunos .boxLink p {
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.descontoAlunos .boxLink a {
    display: inline-block;
    background: #C98400;
    color: #fff;
    padding: 15px 50px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.descontoAlunos .boxLink span {
    color: #FFFFFF;
    margin: 30px 0 0 0;
    font-size: 12px;
    text-align: center;
}

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

    .descontoAlunos {
        padding: 60px 0;
    }

    .descontoAlunos .boxBaixo .boxItem {
        width: 50%;
    }

    .descontoAlunos .boxBaixo .boxItem img {
        max-width: 50%;
    }

}

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

    .descontoAlunos {
        padding: 30px 0;
    }

    .descontoAlunos h2 {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 10px 0;
    }

    .descontoAlunos .boxBaixo {
        flex-direction: column;
    }

    .descontoAlunos .boxBaixo .boxItem {
        padding: 30px 0;
        width: 100%;
    }

    .descontoAlunos .boxBaixo .boxItem + .boxItem {
        border-top: solid 1px #565769;
        border-left: none;
    }

    .descontoAlunos .boxBaixo .boxItem img {
        max-width: 40%;
    }

    .descontoAlunos .boxBaixo .boxItem .boxFlex p {
        font-size: 13px;
        margin: 0 0 0 20px;
    }

    .descontoAlunos .boxLink {
        margin-top: 0;
    }

    .descontoAlunos .boxLink p {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .descontoAlunos .boxLink span br {
        display: none;
    }
}