.promotions-page {
    min-height: 740px;
}

.promotion-card__button,
.promotions-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.promotion-card__button {
    min-width: 140px;
}

.promotions-contact__button {
    width: max-content;
}
