.cover-activity{
    background-image: url('../images/cover/activity.jpg');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}
.activity-content .card-title{
    font-weight: 400;
}
.activity-content .sub-detail{
    font-size: 0.8rem;
}
.activity-content img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.activity-content .card-body{
    padding: 5px;
    line-height: 1.5;
    height: 100px;
    overflow: hidden;
}
.activity-content .sub-detail{
    text-align: left;
}
@media screen and (max-width: 767px){
    .activity-content img{
        height: 120px;
    }
    .activity-content .card-title{
        font-size: 0.7rem;
    }
    .activity-content .card-body{
        line-height: 1.5;
        height: 65px;
        overflow: hidden;
    }
}