@media (max-width:576px){

    .mgTop{
        margin-top:5rem;
    }

  
}

@media (min-width:780px){

 
    .detalhesRow{
    
        overflow: hidden;
        min-width: 40rem;
    
    }
}


.grid p{
    margin:0.2rem !important;
    padding:0 !important;
}

.detalhesRow{
    
    overflow: hidden;
    

}

.detalhesRow div div{
    border-width: 1px;
    border-style: solid;
    border-color: #111;
    border-radius:8px;
    padding-left:0.6rem;
    padding-right:0.6rem;
 
   
}