.div-col-12-pd{
    max-width: 1280px;
    padding-top:50px;
}

.academy-content-div{
    overflow-y: auto;
    height: 600px;
    padding: 5px;
    background: #f6fffe;
    /* border: 1px solid #e7e3e3; */
}

.academy-content-div img{
    height: 155px;
    width: 100%;
    object-fit: cover;
}


@media screen and (min-width:900px){
    .card-academy{
        height: 180px;
        border-bottom: 1px solid #e7e3e3;
        margin-bottom: 20px;
        padding: 10px;
    }
}

.course-header{
    font-family: 'DINPro';
    font-weight: 600;
}

.course-header:hover{
    cursor: pointer;
}

.course-info{
    font-family: 'DINPro';
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-hour{
    font-family: 'DINPro';
    font-weight: 600;
}

@media screen and (min-width:1600px) {
    .academy-content-div{
        height: 740px;
    }
}


.hover-underline-animation {
    display: inline-block;
    position: relative;
    /* color: #0087ca; */
}
  
.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #ecc661;
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}
  
.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.mobile--acedemy-dn .card-academy{
    margin-bottom: 35px;
}
    