
.promotion-card {
    width: 414px;
    height: auto;
    margin: 50px auto;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #E6E7EC;
    background-color: #FFFFFF;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.green-text {
    color: #295450;
    font-family: Verdana;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 32px;
}

.text-muted2 {
    color: #2F3242;
    font-family: Verdana;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.qr-code {
    width: 174px;
    height: 174px;
    margin-bottom: 32px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.qr-code img {
    height: 100%;
}

.instruction-text {
    font-family: Verdana;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #2F3242;
    margin-top: 8px;
    margin-bottom: 32px;
}
