/* css rules for colleges page */

/* imports */
@import url('bootstrap.min.css');
@import url('styles.css');

/* ------------------------------------------ */

.banner-section {
    background-image: url('../assets/img/college_1.jpg');
}

section .image{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bottom-images img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.8rem;
    color: #365777;
}

ul li{
    margin-bottom: 0.3rem;
    color: var(--secondary-text-color);
}