.course-page{
    padding: 3% 5% 0% 5%;
}
.study-goal-card {
    border: 1px solid #1c397718;
    border-radius: 10px;
    box-shadow: 0 25px 70px #1c397718;
    padding: 20px;
    text-align: left;
    height: 100%;
    transition: transform 0.2s ease;
    background-color: #ffffff;
}

.study-goal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px #1c39772c;
}

.study-goal-icon {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    /* background: #f8f9fa; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.study-goal-icon img {
    width: 50px;
    height: 50px;
}

.study-goal-title {
    font-weight: 600;
    font-size: 18px;
}

.study-goal-colleges {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.study-goal-courses {
    font-size: 15px;
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    padding-top: 10px;
}

.study-goal-courses div {
    margin-bottom: 6px;
}
@media (max-width: 600px) {
    .course-page{
    padding: 3% 2% 0% 2%;
    }
    .study-goal-card{
    padding: 10px !important;
    }
    .course-page .container-fluid{
    padding: 0px !important;
    margin-bottom: 10px;
    }
}
