.que-area {
    background-color: #fff;
  }
  
  .que-content {
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-top: 0;
    text-align: center;
    }
  
  .que-item {
    background-color: #fff;
    margin-top: 0px;
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: auto;
    
    /*box-shadow: 1px 1px 3px #aaa;*/
    }
    .que-item img {
        width:100%;
        height:auto;
        }
  
  
    
    @media screen and (max-width:768px) {
    .que-content {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        align-items:center;
        justify-content:center;
        width: auto;
        margin: 0 auto;
              
              /*flex-direction: column;*/
               
            }
          
    .que-item {
        align-items:center;
        width: 60%;
        height: auto;
        margin: 0 auto;
        flex-direction: column;
        flex:calc(100% / 2);
        
              /*padding-left: 150px;
              
              margin-left: 15px;
              margin-right: 15px;*/
            }
        }
        
          
     
        