/* html {
    margin: 10px auto;
} */

.events {
    display: flex;
}

.event-post {
    /* margin: 50px 0 50px 100px; */
    box-sizing: content-box;
    width: 100%;
    height: auto;
    /* display: flex; */
    /* flex-direction: column; */
    border: 1px solid #000;
    background-color: aliceblue;
    
}

.upcoming {
    margin-bottom: 10px;
}

.event-post1 {
    width: 100%;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    height: 97%;
}

.event-image a img {
    width: 100%;
    object-fit: contain;
    padding-bottom: 15px;
}
    


/* .event-post hr {
    width: 100%;
    color: #000;
} */

/* .event-post .image-responsive {
    width: 50%;
    height: 50%;
    padding-bottom: 10px;
    object-fit: contain; */
    /* position: relative; */
/* } */

.event-title a {
    text-transform: uppercase;
    font-size: 22px;
    color: #d0ad55;
    /* margin-top: 350px; */
    font-weight: 500;
}

.description {
    margin: 5px;
}

.description p {
    text-align: justify;
    width: 100%;
    color: #000;
    padding-top: 10px;
}

.artist {
    margin: 5px;
}

.artist p, label {
    color: #000;
}