.banner-img {
    background-position: 47% 32% !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* credit card image */
img.card { max-width: 270px; }

.banner {
    background: linear-gradient(180deg, #A7CFDB 0%, #E7EEF1 100%);
    color: white;
}

.banner-text h2,
.banner-text sup .text-white,
.banner-paragraph {
    color: #252525 !important;
}

.avion-rewards-callout {
    background: linear-gradient(180deg, #A7CFDB 0%, #E7EEF1 100%);
}

.avion-rewards-callout .rewards-heading,
.avion-rewards-callout .rewards-paragraph {
    color: #252525 !important;
}

.avion-rewards-callout .rewards-paragraph {
    font-weight: 300;
}

.avion-rewards-callout .rewards-link,
.avion-rewards-callout .rewards-link:visited{
    color: #006AC3 !important;
}

.rewards-decoration {
    width: 128px;
    height: 118px;
}

.moi-rewards-callout {
    background: #801AB8;
}

.moi-rewards-callout ul.disc-list>li {
    background-image: url(/dvl/v1.0/assets/images/ui/ui-disc-white.svg);
    color: #FFF;
    font-weight: 400;
}

.moi-rewards-callout a {
    color: #FFF;
}

.lower-reward-block.moi {
    background: #801AB8;
    min-height: 220px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.lower-reward-block-moi-img {
    position: absolute;
    left: 40px;
    right: 40px;
    margin: auto;
    bottom: 0;
}

.choosing-card-container {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-direction: column;
}

.choosing-card-row {
    display: flex;
    gap: 24px;
    max-width: 770px;
}

.choosing-card-icon {
    min-width: 60px;
    height: 60px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(2522%) hue-rotate(259deg) brightness(94%) contrast(93%);
}

.choosing-card-content {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.choosing-card-content h4 {
    margin-bottom: 0;
}

.choosing-card-content p {
    font-weight: 400;
    margin-bottom: 0;
}

.bg-highlight {
    background-color: #F3F7F8;
}

@media screen and (max-width: 640px) {
    .rewards-decoration {
        width: auto;
    }
}