@media (min-width: 320px) and (max-width: 480px){
    .courseheight {
    height: 315px;
}
.tw{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.epts {
    height: 42px!important;
}
.s-hidden{
    width:100%;
}
}