/* Styling for University Single Template */

/* General Information Section */
.general-information {
    margin-bottom: 20px;
}

/* Pricing and Fees Section */
.pricing-and-fees {
    margin-bottom: 20px;
}

/* Student Population Section */
.student-population {
    margin-bottom: 20px;
}

/* Styling for Label and Value */
.info-item {
    margin-bottom: 10px;
}
/* Styling for Label and Value */
.label {
    font-weight: bold;
    margin-right: 10px;
}

/*
.sm-page-content {
    overflow: hidden; 
}

.sm-page-content .sm-content {
    overflow-y: scroll; 
    max-height: 100vh; 
}

.sm-page-content .sm-content::-webkit-scrollbar {
    width: 0;
}
*/

