.what-is-cc-img {
    background-image: url(/credit-cards/transformer/img/visa/logo-visa.svg);
    max-width: 219px;
    margin: 40px 32px;
}

.iav-offer-bg {
    background-image: url(/credit-cards/transformer/img/visa/visa-iav-offer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40%;
    max-width: 626px;
    min-height: 589px;
}

.iav-offer-angled-img {
    width: 100%;
    max-width: 452px;
    padding: 32px;
}

.iav-offer-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #E7EEF1;
    flex: 1;
    gap: 32px;
    padding: 32px;
}

.iav-offer-container {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 639px) {
    .iav-offer-container {
        display: flex;
        flex-direction: column;
    }

    .iav-offer-bg {
        width: 100%;
        max-width: unset;
        min-height: unset;
    }
}