.promotion-card {
    height: 100%;
    position: relative;
}

img.promo-image {
    height: 100%;
    width: 100%;
}

.promotion-text-container {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding-left: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.promo-title {
    margin-bottom: 1rem;
}
