.school-courses-card .page-head-padding {
    padding: 0px 32px 47px 32px;
}

.school-courses-card .first-page .school-image {
    margin-top: 40px;
    border-radius: 15px;
    max-width: 511px;
    height: auto;
    width: 100%;
}

.school-courses-card .first-page .page-desc {
    margin-top: 20px;
}

.school-courses-card .first-page .school-counts {
    margin-top: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #CC546C;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.school-courses-card .first-page .buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.school-courses-card .first-page .buttons .school-btn {
    margin: 0;
    padding: 13px 40px;
}

.school-courses-card .first-page .school-rating {
    margin-left: 34px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #CC546C;
    position: relative;
    top: 2px;
}

.school-courses-card .first-page .school-rating .star {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.school-courses-card .course-list {
    border-top: 1px solid #AEAEAE;
    padding-top: 53px;
}

.school-courses-card .course-list .categories-quick-link {
    margin-top: 0;
}




@media (max-width: 350px) {
    .school-courses-card .first-page .school-image {
        display: none;
    }

    .school-courses-card .first-page .school-counts {
        font-size: 15px;
    }

    .school-courses-card .first-page .buttons .school-btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}