
.featured-img{
    height:180px!important;
}
.content-part .title a:hover{
    color: #ffb221!important;
}
.rs-event.modify1 .event-item .event-short .content-part .title{
    font-size: 20px;
}
.rs-event.modify1 .event-item .event-short .content-part{
    text-align:left ;
}
.rs-event.modify1 .event-item .event-short .content-part .text{
    /*text-align: justify;*/
     display: -webkit-box!important;
        -webkit-line-clamp:4!important;/*lines you wants to show*/
        -webkit-box-orient:vertical;
        overflow: hidden!important;
}
.content-part .link_btn a:hover{
  background:#ffb221;
  border-radius: 8px;
  padding: 4px;
}