.events-img {
    width: 100%;
    height: 200px !important;
    object-fit: contain;
    border-radius: 5px 5px 0px 0px;
    border: none;
    padding: 20px;
}
.event-titles h5 {
   
    font-size: 20px;
    font-weight: 700;
    color: black;
}
.event-time{
    display: block;
    align-items: center;
}
/* .event-titles {
    padding: 0px 15px;
} */
.event-titles {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    padding: 0px 15px;
  }
/* .event-register{
text-align: center;
border-top: 1px dashed #a9a8a8;
} */
.event-register {
    text-align: center;
    border-top: 1px dashed #a9a8a8;
  }
/* .event-register button{
    background-color: #FFA012;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    margin: 17px 0px;
    padding: 5px 20px;
} */
.event-register button {
    background-color: #FFA012;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    margin: 17px 0px;
    padding: 5px 20px;
  }
/* .events-div {
    border: 1px solid gainsboro;
    border-radius: 20px;
    margin-bottom: 15px;
    background: white;
    box-shadow: 1px 1px 6px;
    height: 520px;
  
} */
.events-div {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    border: 1px solid gainsboro;
    border-radius: 20px;
    margin-bottom: 15px;
    background: white;
    box-shadow: 1px 1px 6px;
  }
.events-div:hover {
    border: none;
}
.event-time i{
    color: #666DB3;
    margin-top:5px;
}
.border-line{
    border: 1px solid dotted;
    margin-top: 35px;
}
.view-location{
    float: right;
}
.view-location:hover{
    text-decoration: none;
}
.event-expendable-data{
    overflow-wrap: break-word;
    white-space: pre-line;
    word-break:break-all;
}
.event-footer{
    margin-top: -10%;
}