.banner {
    background: #EDF7FC;
    color: #252525;
}

.banner-intro,
.banner-paragraph {
    color: #252525;
}

.banner-img {
    background-position-y: top !important;
    min-height: 500px !important;
}

@media screen and (max-width: 768px) {
    .banner-img {
        min-height: 70vw !important;   /* follow the min-height from main.css */
    }
}

#card-grid-container {
    display: flex !important;
    justify-content: center;
}

.card-container {
    max-width: 368px;
}

#discover-more-ways .section-inner {
    background: linear-gradient(180deg, #A7CFDB 0%, #E7EEF1 100%);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.discover-decoration {
    position: absolute;
    bottom: 0;
    right: 0;
}

.discover-container {
    display: flex;
}

.discover-content {
    display: flex;
    flex: 1;
    gap: 16px;
    padding: 40px;
    flex-direction: column;
}

.discover-content h2,
.discover-content p {
    padding: 0;
    margin: 0;
}

.rewards-link,
.rewards-link:visited{
    color: #006AC3 !important;
}

.discover-img {
    background-image: url("/credit-cards/transformer/img/low-interest/discover-img.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    aspect-ratio: 740/672;
    min-height: 336px;
    max-width: 370px;
}

@media screen and (max-width: 768px) {
    .discover-img {
        background-position: center;
        max-width: 280px;
    }
}

@media screen and (max-width: 600px) {
    .discover-img {
        background-position: top;
        max-width: unset;
        max-height: 180px;
    }

    .discover-container {
        flex-direction: column;
    }
}

.understanding-container {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-direction: column;
}

.understanding-row {
    display: flex;
    gap: 24px;
    max-width: 770px;
}

.understanding-icon {
    width: 60px;
    height: 60px
}

.understanding-content {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.understanding-content h4 {
    margin-bottom: 0;
}

.understanding-content p {
    font-weight: 400;
    margin-bottom: 0;
}