﻿
.img_event{
    width:100%;
    height:100%;
}


.card {
    min-height: 323px;
    margin-bottom: 20px;
    /*padding-top:10px;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

    .card:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transform: translateY(-10px) scale(1.05);
    }

.member_img_container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #940000;
    padding: 2px;
    margin-bottom: 5px;
}

.member_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.center-Textt {
    font-size: 1.5rem;
    line-height: 3.2rem;
    font-weight: 700;
    position: relative;
    color: var(--fontcolor);
    margin-bottom: 3rem;
    text-align: center;
}
.title {
    color: #b22b2f;
    font-weight:bold;
    font-size:20px;
}


.event_detals {
    border-left: 2px solid #b22b2f;
    border-right: 2px solid #b22b2f;
    border-bottom: 2px solid #d1a550;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.title_date_container{
    display:flex;
    align-items:center;
    justify-content:space-between;

}
ul.obj-list li {
    list-style-type: square;
    padding: 2px;
}
.summary{
    text-align:justify;
}
ul.obj-list li::marker {
    color: #d1a550;
    font-size: 20px;
}