Here .founder-section is the class of the div.
/*For chrome, Safari, mozila*/
.founder-section::-webkit-scrollbar {
display: none;
/*height:0px;*/(Instead of display none we can use this code)
}
/* For firefox */
.founder-section {
scrollbar-width:none;
}