#courses .course-content p.description {
    font-size: 17px;
}

.imageherosection {
    padding: 0 80px;
}

/* 
#courses-container h3 {
    font-size: 32px;
    font-weight: 600;
} */

.col-lg-8 p {
    font-size: 20px;
}

.page-title {
    gap: 40px;
}

@media(max-width:768px) {
    .page-title {
        flex-direction: column;
    }

    .imageherosection {
        display: none;
    }

    .imageherosection img {
        width: 100%;
    }


    .courses-page #courses-container .row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width:480px) {
    #courses .course-content p.description {
        font-size: 14px;
    }

    .col-lg-8 p {
        font-size: 18px;
    }
}

@media(max-width:1200) {
    .imageherosection img {
        width: 250px;
    }
}


/* Heading */

.courses-heading {
    padding: 70px 20px;
    max-width: 1020px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.courses-heading>div {
    width: 50%;
}

/* .courses-heading>div h1 {
    font-size: 48px;
    font-weight: 700;
} */

.courses-heading>div img {
    width: 90%;
    border-radius: 20px;
}

@media (max-width:768px) {
    /* .courses-heading>div h1 {
        font-size: 32px;
    } */
}

@media (max-width:480px) {
    .courses-heading {
        flex-direction: column;
        text-align: center;
    }

    .courses-heading>div {
        width: 90%;
    }


    /* .courses-heading>div h1 {
        font-size: 25px;
    } */

    .courses-heading>div img {
        margin: auto;
        display: block;
    }
}