
.priorize{
    display: grid;
    grid-template-columns: 70%;
    grid-template-rows: max-content;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


.text-priorize{
    text-align: center;
    font-family: 'J-SemiBold';
    font-size: 1.9rem;
}

.text-descubra{
    margin-top: 10px;
    font-family: 'J-Regular';
    color: #898989;
    font-size: 1.5rem;
    margin-bottom: 50px;
}

.text-descubra{
    text-align: center;
}

.img-priorize{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: max-content;
}

.img-priorize .item{
    text-align: center;
    padding: 20px;

}



.item-title{
    font-family: 'J-SemiBold';
    padding-top: 5px;
    padding-bottom: 10px;
}

.item-texto{
    font-family: 'J-Light';
}

@media only screen and (max-width: 750px) {
    .priorize {
        display: grid;
        grid-template-columns: 90%;
        grid-template-rows: max-content;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .text-priorize {
        text-align: center;
        font-family: 'J-SemiBold';
        font-size: 1.2rem;
    }

    .text-descubra {
        margin-top: 10px;
        font-family: 'J-Regular';
        color: #898989;
        font-size: 1.2rem;
        margin-bottom: 0px;
    }

    .img-priorize {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
    }
}
