
/* item */
.item {
    background-image: url(../img/bg2.png);
     padding: 60px 0 60px 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position-y: bottom;
   font-family: serif;
   background-attachment: fixed;
   }
   .item .row .col-lg-4{
       text-align: center;
       padding-top: 40px;
   }
   .item-title{
       background-color: #032773 ;
       color: #ffffff ;
   }
   .item-table {
    border-collapse: collapse;
    width: 100%;    
    margin-top:20px;
    
  }
  .item-table td {
    border: 1px solid #000000;
    padding: 8px;
    font-family: serif;
    background-color: #ffffff;
  }
  .item-table th {
    border: 1px solid #000000;
    padding: 8px;
    font-family: serif;
    width: 50%;
  
  }

  .model{
  
    font-size:1px;
  }

  @media (max-width: 991px) {
  .item .row .col-lg-4{
    padding-left: 0px;
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  
  .item-table th {
    padding: 4px;
}
}