
.newpad {
    border-radius: 45px;
    padding: 3vh;
    background-color: rgb(255, 242, 215);
}

.block__content__new {
    display: flex;
    flex-direction: row; 
    gap: 15px; 
    width: 100%; 
}

.text-content__new {
    flex: 0 0 50%; 
    max-width: 100%;
    height: auto; 

}

.student-support-td tr td:first-child {
  width: 90px;
}

.student-support-td tr td:last-child {
  text-align: left;
}


/* task7; */
.bullet-list {
    list-style-type: none; 
    padding-left: 0; 
    margin: 0; 
  }

.alignDiv{
text-align: justify;
}

.view-facilities-list::-webkit-scrollbar-track {
  background: #fff2d7;
}

.view-facilities-list::-webkit-scrollbar-button:horizontal:decrement {
  background: #fff2d7 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23888" d="M15 18l-6-6 6-6"/></svg>') no-repeat center; 
}


.view-facilities-list::-webkit-scrollbar-button:horizontal:increment {
  background: #fff2d7 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23888" d="M9 18l6-6-6-6"/></svg>') no-repeat center; 
}







  






























