.theme-mastercard-platinum .sc-product-hero {
    padding-bottom: 20px;
    position: relative;
}

.theme-mastercard-platinum .sc-product-hero::before,
.theme-mastercard-platinum .sc-product-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
}

.theme-mastercard-platinum .sc-product-hero .sc-heading {
    margin-bottom: 30px;
}

.theme-mastercard-platinum .sc-product-hero .image {
    max-width: 1140px;
}

.theme-mastercard-platinum .sc-product-hero .image img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .theme-mastercard-platinum .sc-product-hero .image {
        max-width: 580px;
    }
}

@media screen and (max-width: 767px) {
    .theme-mastercard-platinum .sc-product-hero .image {
        max-width: 485px;
    }

    .theme-mastercard-platinum .sc-product-hero .cards .card img {
        width: 100%;
        max-width: 325px;
        margin-left: auto;
        margin-right: auto;
    }
}