.giftcard-learnmore-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.giftcard-header-img {
    width: 100%;
    margin-bottom: 80px;
}

.giftcard-content-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.giftcard-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.giftcard-step {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    gap: 70px;
}

.giftcard-step-last-para {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-align: left;
}

.giftcard-balance-section {
    margin: 90px 0 140px;
}

.giftcard-step-img {
    max-width: 400px;
    width: 100%;
    border-radius: 10px;
}

.giftcard-step-img img {
    width: 100%
}

.giftcard-step-content {
    width: 50%;
    text-align: left;
}

.giftcard-step-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.giftcard-step-label {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}

.giftcard-highlight {
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    color: #B61F39;
}

.giftcard-description {
    font-weight: 300;
    font-size: 27px;
    line-height: 1.8;
}

.giftcard-terms-title {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 40px;
}

.giftcard-terms-description {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5;
}

.giftcard-terms-list li {
    margin-bottom: 28px;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5;
    list-style-position: inside;
}

.giftcard-terms-list span {
    font-weight: 400;
}

@media screen and (max-width:1536px) {
    .giftcard-terms-list li {
        font-size: 26px;
    }
}

@media screen and (max-width:1439px) {
    .giftcard-terms-list li {
        font-size: 20px;
    }

    .giftcard-description {
        font-size: 24px;
    }

    .giftcard-balance-section {
        margin: 60px 0 80px;
    }
}

@media (max-width: 834px) {
    .giftcard-header-img {
        margin-bottom: 30px;
    }

    .giftcard-balance-section {
        margin: 40px 0px;
    }

    .giftcard-content-container {
        width: 100%;
        padding: 10px;
    }

    .giftcard-step {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin-bottom: 40px;
    }

    .giftcard-step:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .giftcard-step-content {
        width: 100%;
        text-align: left;
    }

    .giftcard-step-img img {
        margin: 0 auto;
    }

    .giftcard-step-last-para,
    .giftcard-description,
    .giftcard-terms-description,
    .giftcard-terms-list li {
        font-size: 18px;
    }

    .giftcard-title,
    .giftcard-terms-title {
        font-size: 22px;
        text-align: center;
    }

    .giftcard-highlight {
        font-size: 40px;
    }

    .giftcard-step-label {
        font-size: 24px;
    }
}