/* events-honors-section container */
/* events-honors-section container */
/* events-honors-section container */
#events-honors-section {                                    
    
}
.events-list{

}
.events-list .event-item{
    position: relative;
    background-color: #FAFAFA;
    /*background-color: #e8e0e0;*/
    border-radius: 20px;    
    overflow: auto;
}
.events-list .title{        
    font-size: 16px;    
    font-weight: 600;
}

.events-list .featuredImg{
    width: 100%;
    max-width: 180px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
}

.hideContent{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
}
.events-list .event-content{
/*    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  -webkit-line-clamp: 4;  Limits to 4 lines 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;*/
}
.events-list .event-content *{
    font-size: 14px;    
    color: #3C3C43;
    font-weight: 500;
}
.events-list a{
    font-size: 14px;    
    color: #031882;
    font-weight: 700;
    /*text-decoration: none;*/
    padding-top: 10px;
    display: inline-block;    
}
.events-list .calendar{
    font-size: 13px;    
    color: #737373;
    font-weight: 500;
    
}


@media (max-width: 576px) {  
    .events-list .featuredImg{        
        max-width: 100%;
        height: 200px;        
        margin-bottom: 20px;
    }    
  
}
