.rounded-1 {
    border-radius: 10px !important;
}

#page-banner {
    padding: 105px 175px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
}

#page-banner h2 {
    font-size: 35px;
    color: #fff;
}

.share-btn {
    width: 130px;
    background: green;
    padding: 7px 54px;
    border-radius: 10px;
    color: #fff;
}


.share-btn:hover {
    background-color: #802c00;
    transition: all 01s;
    color: #fff;
}

.course-title {
    font-size: 25px;
    line-height: 26px !important;
    font-weight: 700;
    line-height: 16px;
    padding: 0;
    margin-bottom: 12px;
}

.course-sub-title {
    font-size: 20px;
    line-height: 16px;
    padding-bottom: 10px;
}

.college-name {
    background-color: #fff;
    padding: 5px;
    color: green;
    margin: 8px;
    cursor: pointer;
}

.college-name:hover {
    background-color: #802c00;
    color: #fff;
    transition: all 01s;
}

@media (max-width: 767px) {
    #page-banner {
        padding: 65px 25px;
        background-size: cover;
    }

    #page-banner h2 {
        font-size: 25px;
        margin: 0;
    }

    #page-banner p {
        font-size: 14px;
    }

    .course-title {
        margin-bottom: 8px;
    }

    .course-sub-title {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 15px;
    }


    .college-name {
        font-size: 15px;
        background-color: #fff;
        padding: 5px;
        color: green;
        margin: 8px;
        cursor: pointer;
    }

}