* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}


.name_banner h1{


  
}



 .scrollable-section {
   margin-left: 220px; /* Adjust the margin based on the width of the fixed section */
   height: 100vh;
   overflow-y: scroll;
   padding: 20px;
 }

 .content_body{
      margin-top: 85px !important;
 }

