#courses-section{
    padding-top: 100px;
    background: url('../image/home-about-bg.webp');
    background-size: cover;
    width: 100vw;
}
.section-title{
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #D68200;
    border-bottom: 5px solid #D68200;
    padding: 0px 38px;
    padding-bottom: 10px;
    width: fit-content;
    text-transform: uppercase;
}
.branch{
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.branch p{
    background: rgba(214, 130, 0, 0.75);
    text-align: center;
    height: fit-content;
    width: fit-content;
    padding: 3px 35px;
    border-radius: 0px 0px 10px 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Poppins';
    color: #FFF !important;
    line-height: 150%;
}


.course-card{
    box-shadow: 0px 3.6052px 3.6052px rgba(0, 0, 0, 0.25);
}

.courses-title{
    text-transform: capitalize;
    color: #204756;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    border-bottom: 3px solid #204756;
    width: fit-content;
    padding-bottom: 5px;
}

.course-image{
    width: 100%;
    object-fit: cover;
    height: 260px;
    border-radius: 10px 10px 0px 0px;
}

.course-name{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #D68200;
}

.lecturer_img{
    width:70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.lecturer_name , .lecturer_title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 80%;
    color: rgba(0, 0, 0, 0.59);
}

.lecturer_title{
    font-size: 18px;
}

.course-card-body, .course-card-footer{
    border-radius: 0px 0px 10px 10px;
}

.course-card-footer{
    background: #F0EFEF;
}

.c-footerd{
    color: rgba(0, 0, 0, 0.59);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}
.act{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
    background: #d68200;
    border-radius: 10px;
    padding: 5px 55px;
    width: fit-content;
    display: block;
}
@media screen and (max-width: 992px) {
    .branch p{
        padding: 3px 30px;
        font-size: 16px;
    }
    
    
    .course-card{
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    }
    
    .course-image{
        height: 240px;
    }
    
    .course-name{
        font-size: 22px;
    }
    
    .lecturer_img{
        width:65px;
        height: 65px;
    }
    
    .lecturer_name , .lecturer_title{
        font-size: 20px;
    }
    
    .lecturer_title{
        font-size: 17px;
    }
    
    .c-footerd{
        font-size: 17px;
    }
    .act{
        font-size: 28px;
        padding: 8px 48px;
    }
    .section-title{
        font-size: 28px;
        border-bottom: 4px solid #D68200;
        padding: 0px 34px;
        padding-bottom: 2px;
    }
}


@media screen and (max-width: 768px) {
    .branch p{
        padding: 2px 25px;
        font-size: 14px;
    }
    
    
    .course-card{
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }
    
    .course-image{
        height: 230px;
    }
    
    .course-name{
        font-size: 18px;
    }
    
    .lecturer_img{
        width:60px;
        height: 60px;
    }
    
    .lecturer_name , .lecturer_title{
        font-size: 18px;
    }
    
    .lecturer_title{
        font-size: 16px;
    }
    
    .c-footerd{
        font-size: 16px;
    }
    .act{
        font-size: 20px;
        padding: 7px 30px;
    }
    .section-title{
        font-size: 20px;
        border-bottom: 3px solid #D68200;
        padding: 0px 5px;
    }
}