.page-header{
    height: 352px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.09)
}
h2{
    font-size: 1.75rem;
}
h3{
    font-size: 1rem;
}
h5{
    font-size: 1rem;
}
h5 span{
    font-size: .75rem;
}
i.fas.fa-globe{
    color: #f5ca33;
}

.main-content-area table td {
    border: 1px solid #ccc;
    padding: 10px;
}
.main-content-area table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.course-content-table 
{
    border: 1px solid blue;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    h5 
    {
        background: blue;
        color: white;
        font-size: 16px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border
    }
    ul 
    {
li 
{
    padding: 5px 10px;
}
    
    }
}
.course-parent 
{
    display: flex;
    justify-content: space-around;
    padding: 10px 0px ;
    gap: 10px;
    flex-wrap: wrap !important;
    /* border: 1px solid red; */
}

@media(max-width:1199px){
    .other-page-hero{
        background-image: none !important;
    }
}