
    .credit-card-area {
        background-color: #0079C0;
        padding: 50px 0;
        color: white;
    }

    .credit-card-content {
        text-align: left;
    }

    .credit-card-content .h3 .highlight-text {
        font-size: 32px;
        font-weight: bold;
    }

    .credit-card-content .p, 
    .credit-card-content .ul .li {
        font-size: 16px;
    }

    .credit-card-content .ul {
        list-style: none;
        padding-left: 0;
    }

    .credit-card-content .ul .li {
        margin-bottom: 10px;
    }

    .credit-card-content .ul .li .i {
        color: white;
        margin-right: 10px;
    }

    .credit-card-image-slider .credit-card-image {
        text-align: right;
        height:200px;
        width: 400px;
    }

    .credit-card-slider-navigation {
    text-align: center;
    margin-top: 10px;
}

.debtflex{
    display:flex;
    justify-content: right;
}

.credit-card-slider-navigation .owl-prev,
.credit-card-slider-navigation .owl-next {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    color: white;
}

.credit-card-slider-navigation .i {
    font-size: 24px;
}


.credit-card-features {
    list-style: disc; /* Show bullet points */
    padding-left: 20px; /* Add some left padding to align bullets properly */
}

.credit-card-features .li {
    position: relative;
    margin-bottom: 10px;
}

.credit-card-features .li .i {
    position: absolute;
    left: -25px; /* Adjust the icon position */
    color: white;
    margin-right: 10px;
}

