.exhibitors .card-basic__info {
    min-height: auto;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    color: #FFF;
    background-color: rgba(0, 0, 0, .5);
}

.exhibitors .card-basic__name {
    font-size: var(--fz-sm);
    font-weight: 400;
    margin-bottom: 0;
}

.exhibitors .card-basic__image {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.exhibitors .card-basic__image .letter-placeholder {
    margin-bottom: 32px;
}

.exhibitors .card-basic__image img {
    padding: 20px 55px;
    object-fit: contain;
}

@media screen and (min-width: 800px) {
    /* .exhibitors--default {
  padding: 120px 0;
} */
}