@media screen and (max-width: 990px) {
    .curso-area .header{
    }
    .pageContent .title{
        margin-left: -12px;
    }

    /*Seção Matriz curricular*/
    .matriz-curricular .collapsible-body{
        padding: 0px;
    }
    .matriz-curricular .collapsible-body .row{
        margin: 0;
    }
    .matriz-curricular .collapsible-body .row .col{
        border: solid 0.2px rgba(0,0,0,.2);
        background-color: #f5f5f5;
        height: 100px;
        font-family: Raleway, Arial, sans-serif;
        text-align: center;
        padding-top: 35px;
        font-size: 12px;
    }

    /*Card Curso*/
    .card-curso .card-image{
        height: 130px;
        border-radius: 8px 8px 0 0;
        width: 100%;
    }
    .card-curso .card-title{
        font-size: 15px;
        position: absolute;
        height: 60%;
        width: 100%;
        top: 0;
        line-height: 20px;
    }

    /*Graduação Mobile: Seção Bolsas e Descontos*/
    /*Modal descontos*/
    #test4 .title{
        padding-left: 0px;
    }
    #test4 p{
        font-family: Raleway, Arial, sans-serif;
        margin-left: 10px;
    }
    #test4 .text-area{
        margin-top: 45px;
    }
    #test4 .list-title{
        font-family: Raleway, Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-left: 10px;
        padding-top: 15px;
        margin-top: 40px;
    }



}