@media screen and (max-width: 576px) {
    .best-nissan-container{
        flex-direction: column;
        text-align: center;
                
    }
  }
  @media screen and (min-width: 768px) and (max-width: 992px) { 
    .best-nissan-container{
        flex-direction: column;
        text-align: center;
                
    }
}