.promomember-image img {
    border-radius: 1.5625rem 1.5625rem 0rem 0rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 300 / 235;
}


.promomember-content {
    text-align: center;
}

.promomember-content h3 {
    color: var(--color-primary);
    margin-top: 1.4rem;
}

.promomember-position {
    margin-bottom: 1.2rem;
}

.promomember-attributes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;

    margin-bottom: 1.5rem;

}

.promotionteam-pagination {
    position: unset;
    margin-top: 1.5rem;
}