.top-image-container{
    height: 430px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/college-top-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-weight: bold;
    font-size: 36px;
}

.colleges-container{
    margin-top: 50px;
    margin-bottom: 50px;
}
.number-of-colleges{
    font-weight: 300;
}

.title-container{
    display: flex;
    justify-content: space-between;
    font-size: 36px;
    color: #6F62FC;
    font-weight: bold;
}

.header-line{
    width: 100%;
    height: 1px;
    background-color: #6F62FC;
    margin-bottom: 40px;
}