.video-classes{
    padding: 100px 0;
    background-color: #f8f8f8;
    overflow-x: hidden;
  }
  
  
  
  .price-cut{
    text-decoration: line-through;
    margin-top: 10px;
    font-size: small;
    color: #444444;
    font-weight: 700;
  }
  
  
  
  .video-classes .video-card{
    width: 280px;
    margin: 10px;
    border: 2px solid #dbdbdb;
    /* background-color: #fff; */
  }
  
  .video-card .main-img{
    width: 100%;
  }
  
  .video-card .details{
    margin: 5%;
  }
  
  .video-card .tag{
    color: #44444490;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline;
    padding: 5px;
    background-color: #dbdbdb80;
    border-radius: 5px;
    font-size: x-small;
  }
  
  .video-card .title{
    font-weight: 700;
    font-size: large;
    margin-top: 10px;
  }
  
  .price{
    font-size: 25px;
    font-weight: 700;
    color: #257aa4;
  }
  
  .buy-btn{
    border: none;
    outline: none;
    background-color: #257aa4;
    color: #fff;
    font-weight: 700;
    font-size: small;
    letter-spacing: 2px;
    padding: 15px 30px;
    width: 100%;
  }
  
  .buy-btn:hover{
    opacity: 0.8;
  }
  
  .video-card ul{
    margin-top: 5px;
    list-style: disc;
    padding-left: 20px;
    font-size: small;
  }
  
  .video-card .icons-holder{
    justify-content: flex-end;
    margin-top: 20px;
    align-items: stretch;
  }
  
  .video-card .icons-holder .buy-icon{
    background-color: transparent;
    height: 100%;
    padding: 10px;
  }
  
  .video-card .icons-holder .buy-icon:hover{
    opacity: 0.8;
  }
  
  .video-card .icons-holder .buy-icon img{
    height: 25px;
  }

  
  @media only screen and (max-width:790px){
   
  
    .video-card{
      overflow:hidden;
    }
  
    
  }