
#section-1 {
    background-image: url('../img/Home_Course_BG.png');
    background-size: contain;
    background-repeat: repeat;
}
#section-1 .content-container {
    padding: 30px 20px;
    background: #1A1A1A;
}
#section-1 .content-container h4.main-title {
    color: #ffffff;
    line-height: 27px;
}
#section-1 .content-container .details {
    font-weight: 400;    
    font-size: 16px;
    line-height: 23px;
}

.title-btm-img {
    width: 50%;
}

.course-card .bg-img {
    height:500px; 
    background-position:top;
}

@media (max-width: 1380px) {    
    #section-1 .content-container li.img-icon {
        margin-left: 45%;
    }
    .course-card .bg-img {
        height:350px; 
        background-position:top;
    }
}
@media (max-width: 1280px) {    
}

@media (max-width: 767px) {
    .title-btm-img {
        width: 100%;
    }    
    .course-card .bg-img {
        height: 100%;
        background-position: top;
        padding-top: 100%;
    }
}