.course_details{
    width: 100vw;
    padding-top: 100px;
    padding-bottom: 30px;
}


.course_image{
    height: 350px !important;
    border-radius: 10px;
    margin-left: 20px;
    object-fit: cover;
    float: right;
    filter: drop-shadow(5px 6px 7px rgba(0, 0, 0, 0.25));
}

.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;
}

.text-content{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}
.act{
    padding:5px 55px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    background: #d68200;
    border-radius: 10px;
    text-decoration: none;
    width: 90%;
}
@media screen and (max-width: 992px) {    
    .section-title{
        font-size: 28px;
        border-bottom: 4px solid #D68200;
        padding: 0px 34px;
        padding-bottom: 2px;
    }
    
    .text-content{
        font-size: 18px;
    }
    .act{
        font-size: 28px;
        padding: 8px 48px;
    }
}

@media screen and (max-width: 768px) {
    .course_image{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .section-title{
        font-size: 20px;
        border-bottom: 3px solid #D68200;
        padding: 0px 5px;
    }
    
    .text-content{
        font-size: 16px;
    }
    .act{
        font-size: 20px;
        padding: 7px 30px;
    }
}


.course-description{
    font-weight: 400;
    color: #2f2f2f;
    max-width: 980px;
}
.course-description p{
    margin-bottom: 18px;
}
.course-description h3{
    color: #D68200;
    font-size: 24px;
    font-weight: 700;
    margin: 28px 0 12px;
}
.course-description ul{
    margin: 0 0 20px 22px;
    padding: 0;
}
.course-description li{
    margin-bottom: 9px;
    line-height: 1.7;
}
