@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@500&display=swap');
:root {
    /* --bangla_font: 'Hind Siliguri', sans-serif; */
    --bangla_font: 'Noto Sans Bengali', sans-serif;
    --english_font: 'Manrope', sans-serif;
    --green: rgb(27, 171, 84);
}

.responsive_main{
    display: none;
}


.other_course_sec_title{
    margin-top: 5rem;
}

.other_course_sec_title h2{
font-family: var(--bangla_font);
margin: 0;
}

.other_course_sec_title hr{
    margin: 1rem 0;
}