﻿/* ========= Responsive para desktop ========= */
@media all {
    
    .BI_PT_Description {
        width: 35%;
    } 

    .BI_PT_Year {
        width: 13%;
    } 

    .BI_PT_ColumnMobile {
        display: table-cell;
    }

    .BI_PT_ButtonSeeMoreData {
        float: right; 
    }

}


/* ================== Responsive para mobile =========== */
@media (max-width: 1000px) {


    .BI_PT_Description {
        width: 30%;
    } 

    .BI_PT_Year {
        width: 10%;
    } 

    .BI_PT_ColumnMobile {
        display: none;
    }

    .BI_PT_ButtonSeeMoreData {
        margin-right: 12px;
    }

}

@media (max-width: 600px) {

    .BI_PT_ButtonSeeMoreData {
        float: none;
        margin-right: 0;
    }

}