* {font-family: 'Montserrat', sans-serif;}

    .container { width:90% }

    .opacity { opacity:0.8; }

    .caption { text-shadow:1px 1px 10px black, 1px 1px 10px blue; }

    #gifting,#ourservices,#ourmachineries,#aboutus,#gallery,#videos,#testimonials{
      padding-top: 40px;
    }

    .more {display: none;}

    .card-content{
      overflow: scroll;
      overflow: auto;
      height:120px;
    }

    /* width */
    .card-content::-webkit-scrollbar {
      width: 5px;
    }

    /* Track */
    .card-content::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
    
    /* Handle */
    .card-content::-webkit-scrollbar-thumb {
      background: #888; 
    }

    /* Handle on hover */
    .card-content::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }