.events{
    margin-top: 10px;
    margin-bottom: 10px;
}
.head-of-event P{
    font-size: 25px;
    color: rgba(11, 14, 13, 0.76);
    font-weight: bold;
    line-height: 28px;
}
.head-of-event span{
    font-size: 17px;
    color: rgba(11, 14, 13, 0.76);

}

.events .card .card-header span{
    color: rgb(230, 235, 235);
    font-size: 18px;
    font-weight: 800;
}

.card-body .row .col-4 .img-thumbnail{
    border-style: none;
    margin-right: 15px;
}
.event-title{
    border-left-color: #1fbd5b;
    border-left-style: solid;
    border-left-width: 2px;
}
.event-title span{
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
}
.card-body{
    height: 1000px;
}
.share-post{
    margin-top: 5px;
}

.fb-share-button{
    border-radius: 0px;
}