.blue-card__section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1280px;
    padding: 30px;
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.blue-card__section.open{
    align-items: flex-start;
}


.blue-card__section-image {
   max-width: 285px;
   width: 100%;
}

.blue-card__section-content__title_text{
    font-size:38px;
    font-weight:400;
    font-family: WhitneyCondensed-Semibold,sans-serif;
    color: #003366;
    line-height:38px;
    letter-spacing:0;
    margin:0 0 15px 0;
    padding:0;
}


.blue-card__section-content .blue-card__section-content__title .blue-card__section-content_annual_fees{
    display:flex;
    justify-content:flex-start;
    align-content:center !important;
    gap:15px
}

.blue-card__section-content .blue-card__section-content__title .blue-card__section-content_annual_fees p,
.blue-card__section-content .blue-card__section-content__title .blue-card__section-content_annual_fees a{
   
    padding:0;
}

.blue-card__section-content .blue-card__section-content__title .blue-card__section-content_annual_fees p {
        font-family: Bentonsans, sans-serif;
    margin:0;
    font-style: italic;
    font-size:18px;
    font-weight:500;
    line-height:26px;
    letter-spacing:0;
    color: #333333;
}

.blue-card__section-content .blue-card__section-content__title .blue-card__section-content_annual_fees a{
        font-family: Bentonsans, sans-serif;
    font-style: normal;
    padding:0;
    font-size:14px;
    font-weight:500;
    line-height:26px;
    color: #003366;
    text-decoration:underline;
}

.blue-card-section-see-more-details {
    width: 100%;
    background-color: #F5F7FA;
    box-shadow: 0px 5px 10px 0px #0000001A;
    padding:10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 8px 8px;
}

button.blue-card-see-more-button,button.blue-card-see-less-button {
    color: #4470C3;
    font-family: 'BentonSans';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-block: 10px;
}

.blue-card-see-more-button, .blue-card-see-less-button{
    background-position: right 11px center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 28px 0px 11px;
}

.blue-card-see-more-button.see-more-btn__span--down {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath d='M1.5 4l4 4 4-4' stroke='%234470C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.blue-card-see-less-button.see-more-btn__span--up {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath d='M1.5 7l4-4 4 4' stroke='%234470C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.blue-card__section-image-apply-now {
    margin-top: 20px;
}

.blue-card__section .primary-cta{
    width: 100%;
}

.blue-card__section .card-columns__item-lto-ctas .terms-links{
    margin-top:8px !important;

}
.blue-card__section .card-columns__item-lto-ctas .terms-links a{
    padding: 6px 2px;
}
.blue-card__section .card-benefits__list-item-icon {
    border: 1px solid #e5ebf3;
    height: auto;
    left: 0;
    padding: 5px;
    top: 0;
    width: 42px;
    min-width: 42px
}


.blue-card__section .card-benefits__list-item .card-columns__item-text span.text-bold {
    font-size:15px;
    font-weight:700;
    line-height: 20px;
    letter-spacing:0;
    font-family: 'BentonSans';
}


.blue-card__section .card-benefits__list-item .card-columns__item-text{
    font-size:13px;
    line-height:20px;
    letter-spacing:0;
    font-family: 'BentonSans';
    font-weight:400;
    margin-bottom: 0;
}


.card-benefits__list {
    display: grid;
    width: 100%;
    gap: 35px 40px;
    grid-template-columns: repeat(3, 1fr);

}

.card-benefits__list-item {
    /* max-width: 273px; */
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    position: relative;
    /* margin-top:30px; */
}

.blue_card__section-content_benefits {
    width: 100%;
    margin-top: 30px;
}

.blue-card__section .card-benefits__list-item-icon img{
    width:100% !important;
}


/* Initial (collapsed) state */
.blue-card__section-image-apply-now,
.blue_card__section-content_benefits {
    max-height: 0;
    /* overflow: hidden; */
    display: none;
    opacity: 0;
    transform: translateY(-8px);
    transition:
            max-height 0.5s ease-in-out,
            opacity 0.5s ease-in-out,
            transform 0.5s ease-in-out;
}

/* Expanded state when parent has `.open` */
.open .blue-card__section-image-apply-now,
.open .blue_card__section-content_benefits {
    max-height: 1000px; /* large enough to fit content */
    opacity: 1;
    transform: translateY(0);
    display: block;
}


.blue-card__section-content__title_mobile{
    display: none;
}

.blue-card-image a{
    display: none;
    text-decoration: underline;
}

.card-columns__ribbon{
    color:  #036;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 122.222% */
margin-bottom: 20px;
position: relative;
&::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    height: 1px;
    bottom: 0;
    margin: auto;
    background-color: #C8C9C7;
}
}
.card-columns__ribbon span{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    background: #f5f7fa;
}

/* CSS For Mobile */

@media (max-width:768px){

    .blue-card__section{
        flex-wrap:wrap;
        padding: 20px;
    }

    .blue-card__section-content__title_mobile{
        display: block;
    }

    .blue-card-image a{
        display: block;
    }

    .blue-card__section-content__title_mobile_title{
        font-size:22px;
        font-weight:400;
        font-family: WhitneyCondensed-Semibold,sans-serif;
        color: #003366;
        line-height: 28px;
        letter-spacing:0;
        margin:0 0 5px 0;
        padding:0;
    }

    .blue-card__section-content_annual_fees_text{
        font-size:14px;
        line-height:26px;
            font-family: Bentonsans, sans-serif;
        font-style:italic;
        font-weight:500;
        letter-spacing:0;
        color: #333333;
        margin: 0;
        padding: 0;
    }

    .blue-card__section-image {
        width:100%;
        max-width: 100%;
    }
    .card-benefits__list{
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .blue-card__section_image_mobile{
        display:flex;
        justify-content: space-between;
        align-items:flex-start;
        gap:20px;
    }
    .blue-card__section_image_mobile img {
        width:100%;
        max-width: 110px;
        height:auto;
        display: block;
    }

    .blue-card__section-content__title_mobile_annual_fees_link{
        font-size:13px;
        text-align:center;
            font-family: Bentonsans, sans-serif;
        font-weight:500;
        font-style: Medium;
        text-decoration:underline;
        color:#003366;
    }

    .blue-card-image{
        text-align:center;
        display: flex;
        width: 64%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .blue-card__section{
        /* padding-bottom:0; */
        gap: 0;
    }

    .blue-card__section-image-apply-now {
        border-top:1px solid #ECEDEE;
        margin-top:20px;
        padding-top:15px;
    }


    .blue-card__section-content {
        width:100%;
    }

    .card-benefits__list-item {
        max-width: 768px;
        position: relative;
    }

    /* .blue-card__section .card-benefits__list-item-icon {
        width: 32px;
    } */

    .blue-card__section .card-benefits__list-item .card-columns__item-text span.text-bold {
        font-size: 13px;
    }

    .blue-card__section-content__title{
        display: none;
    }
    .blue-card__section .card-benefits__list-item .card-columns__item-text{
        margin-block: auto;
    }
}