.event-banner .row {
    background-color:#E8ECEC;
    margin:0;

    
}
.event-banner-info{

    margin:0;
    padding:2rem;
    height:100%;

}
.event-banner-img{
   padding:0;
   border:2px solid #E8ECEC;


}
.event-banner-img img{
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    min-height: 100%;
}
.event-banner h2{
    margin-bottom:0;
}
.event-banner p{
    margin-bottom:0;
}