/*
 Theme Name:   San Institute
 Theme URI:    https://san.ac.ug
 Description:  San Institute Custom Theme
 Author:       San Institute
 Author URI:   http://goodlayers.com
 Template:     kingster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kingster-child

 START YOUR CHILD THEME CSS HERE
*/

.kingster-body h3 {
    font-size: 24px;
}

/* Grid layout */
.courses-grid {
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    gap: 20px;
    padding-left: 0;
}

.courses-grid li {
    list-style: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
}

/* Responsive collapse */
@media (max-width: 992px) {
    .courses-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .courses-grid {
        grid-template-columns: 1fr;
    }
}

/*Course Items*/
.course-first-intake,.course-duration-tuition{
    font-size:13px;
}
.course-duration,.course-tuition{
    color:#0C2E63;
}
.course-intake-value{
    color:#147A55;
}


/*Donation Forms Style*/
.choose-amount .give-donation-amount .give-amount-top {
    color: #333;
    font-size: 25px !important;
    font-weight: 400 !important; 
}