.ep-sponsors-cards {
    max-width: 96px;
    text-align: center;
}
.ep-sponsor-lists {
    display: flex;
    flex-wrap: wrap;
}
.ep-sponsor-row-heading {
    height: 25px;
    border-top: 2px solid #e5e5e5;
    position: relative;
    text-align: center;
}
.ep-events-sponsors {
    width: 100%;
}
.ep-sponsor-row-heading span {
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    bottom: 16px;
    width: auto;
    text-align: center;
    padding: 0 10px;
    background-color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    left: 35%;
    left: calc(50% - 5em);
    z-index: 99;
}
.ep-sponsors-cards img {
    max-width: 100%;
    width: 100%;
}
.ep-sponsor-title {
    font-size: 18px;
    margin: 10px;
}