
.course-card--two .course-card__content {
    position: relative;
    padding: 15px 30px 0px 30px;
    width: 90%;
    margin: auto;
    
}
.w-100 img{
    width: 100%;
}
.desing-2{
    background-color: rgba(173, 216, 230, 0.116) ;
    padding: 20px;
    border-left: 3px solid #3c8335;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.colo-bg {
   background-color: #3c8335;
    padding: 20px;
    color: #fff;
   
}
.desing-3{
    background-color: rgba(173, 216, 230, 0.116) ;
    padding: 20px;
    border-right: 3px solid #3c8335;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.desing-4{
    background-color: rgba(173, 216, 230, 0.116) ;
    padding: 20px;
    border-left: 3px solid #3c8335;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.course-instructor-details__inner {
    padding: 30px;
    display: grid;
    grid-template-columns: 370px auto;
    align-items: center;
    grid-gap: 30px;
    border-radius: 12px;
    border-left: 5px solid #3c8335;
    border-right: 5px solid #3c8335;
    box-shadow: 0px 0px 10px lightblue;
}
.mt--10{
    margin-bottom: 10px;
}
.sub-text-1{
    text-align: justify;
    margin-bottom: 10px;
}
.h-100{
    height: 100%;
}
.img-border img{
    border-radius: 20px;
}
.line{
    height: 3px;
    width: 40%;
    background-color: var(--eduhive-primary);
}
.sub-content-1{
    display: flex;
    gap: 20px;

}

.list-style-none li{
list-style: none;
}
.sub-content-1 i{
    color: #3c8335;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.sub-content-1:hover i{
    color: #fff;
    background-color: var(--eduhive-primary);
    
}
.design-content{
    background-color: lightcyan;
    padding: 20px;
    height: 100%;
}
.w-320 img{
    width: 320px;
    height: 212px;
    object-fit: cover;
}
.my-tittle{
    background-color: #fff !important;
}
.my-tittle a{
    color: #3c8335;
}
.my-card {
    background-color: #afafaf38;
    border: none;
    border: 2px solid #5eb0b9;
    border-radius: 71px 0px 71px 0px;
}
.page-header{
    background-image: url(../images/ban.JPG);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.my-card-1{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.192);
    border: none;
}
.mytittle-2{
    background-color: #3c8335;
    color: #fff;
}