
  @media screen and (max-width:600px) {
      .canti {
                 width: 95% !important;
            height: 250px !important;
                   object-fit: contain;
                  
            position: relative;
           
            left: 0;
          
            overflow: hidden;
            border: 2px solid #ddd;
            background: #fff;
      }
      .db-tit{
          font-size: 13px !important;
          font-weight: 300;
          
      }
      
      .xcvb{
          margin-top:250px !important;
      }
    
    #proo{
        display: flex !important;
    }
   
  }
  
  .db-tit{
      font-family:"Playfair Display", serif;
          font-size: 18px;
    font-weight: 700;
  }
  .canti {
   border-radius: 20px;
    object-fit: contain;
    position: absolute;
    top: 20px !important;
    left: 10px !important;
    width: 300px;
    height: 350px;
    overflow: hidden;
    border: 2px solid #ddd;
    background: #fff;
  }
  
  .track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .item {
    min-width: 100%;
    transition: opacity 0.5s ease-in-out;
  }
  
  .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
    
    th,td{
        font-weight:600;
        color:#153501 !important;
        font-family:var(--tit-font);
    }
  
  .arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  
  .arrows button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
  }
  
  .arrows button:hover {
    opacity: 1;
  }
  
  .indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  
  .indicator {
    font-size: 2rem;
    margin: 0 5px;
    cursor: pointer;
    transition: color 0.3s;
  }
 
  
  .indicator.current {
    color: #333;
  }
  