.status{
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;
    background:  #19262f !important;
    font-family: var(--font-book);
}

.title_status{
    font-size: 2rem;
    font-family: 'CamptonLight';
    text-align: center;
    margin-bottom: 10px;
    color: white;  
    font-family: var(--font-book);
}

.title_item_status{
    margin-bottom: 2px;
    color: var(--laranja);
    text-transform: uppercase;
    font-family: 'CamptonMedium';

    
}

.item_status{
    margin-bottom: 10px;
    font-family: var(--font-book);
    margin-bottom: 20px;
    
    
}

@media only screen and (max-width: 900px) {
    .status{
        display: grid;
        grid-template-columns: 75%;
        justify-content: center;
        padding-top: 50px;
        margin-bottom: 100px;
        background-color: white !important;
    }

}