﻿.zen-credit-card-cont-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 900px;
    box-sizing: border-box;
}

    .zen-credit-card-cont-main a {
        display: flex;
        width: 133.93px;
        padding: 12px 24px;
        margin-top: 2rem;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 32px;
        background: #6935D3;
    }

.zen-credit-card-cont {
    display: grid;
    max-width: 1000px;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 115px;
    width: 100%;
}

.zen-credit-card-text-cont ol {
    list-style: none;
    counter-reset: num;
}

.zen-credit-card-text-cont ul li {
    list-style-type: none;
    margin-top: 20px;
}

.zen-credit-card-text-cont ul span {
    display: flex;
    width: 28px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 14px;
    background: #6935D3;
}

.zen-credit-card-img-cont {
    position: relative;
}

    .zen-credit-card-img-cont img {
        margin-right: 13px;
    }

.zen-credit-card-header {
    color: rgba(0, 0, 0, 0.84);
    margin-bottom: 100px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

@media (max-width: 1200px) {
    .zen-credit-card-cont {
        display: grid;
        max-width: 500px;
        text-align: center;
        justify-content: center;
        align-items: center;
        grid-template-columns: 1fr;
        grid-column-gap: 50px;
        width: 100%;
    }

    .zen-credit-card-text-cont {
        display: flex;
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .zen-credit-card-img-cont .main-img img {
        width: 350px;
    }
}

@media (max-width: 900px) {
    .zen-credit-card-img-cont .main-img img {
        width: 250px;
    }

    .zen-credit-card-header {
        color: rgba(0, 0, 0, 0.84);
        margin-bottom: 80px;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .zen-credit-card-cont-main button {
        margin-top: 50px;
    }
}


.build-credit-section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 900px !important;
    box-sizing: border-box;
}

.build-credit-wrapper-cont {
    display: grid;
    max-width: 1000px;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 106px;
    width: 100%;
}

    .build-credit-wrapper-cont .credit-text-wrapper h2 {
        color: #000;
        font-family: "Aeonik Pro TRIAL";
        font-size: 2.5rem;
        font-style: normal;
        margin-bottom:1rem;
        font-weight: 700;
        line-height: 120%;
    }
    .build-credit-wrapper-cont .credit-text-wrapper p {
        color: #000;
        font-family: "Aeonik Pro TRIAL";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .build-credit-wrapper-cont .credit-score-cont {
        
        padding: 12px 24px;
        bottom:5%;
        left:-15%;
        position:absolute;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
    }

    .build-credit-wrapper-cont .no-fee-cont {
        padding: 12px 24px;
        top: 10%;
        right: 0%;
        position: absolute;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
    }

@media (max-width: 1200px) {
    .build-credit-wrapper-cont {
        display: grid;
        max-width: 500px;
        text-align: center;
        justify-content: center;
        align-items: center;
        grid-template-columns: 1fr;
        grid-column-gap: 50px;
        width: 100%;
    }

    .build-credit-wrapper-cont {
        display: flex;
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .build-credit-wrapper-cont {
        display: grid;
        max-width: 500px;
        text-align: center;
        justify-content: center;
        align-items: center;
        grid-template-columns: 1fr;
        grid-column-gap: 50px;
        width: 100%;
    }

        .build-credit-wrapper-cont .credit-text-wrapper {
            display: flex;
            margin-top: 50px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .build-credit-wrapper-cont .credit-image {
        width: 350px;
    }
}



@media (max-width: 900px) {
    .build-credit-wrapper-cont .credit-image {
        width: 250px;
    }
}

.credit-card-wrapper {
    background-color: #6935D3;
    color:white;
}
.credit-card-wrapper button{
    margin:0;
}

    .credit-card-wrapper h1 {
        color: #FFF;
        font-family: "Aeonik Pro TRIAL";
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

.zenbankBenefit-wrapper {
    height: 900px !important ;
    
}
.accordion-item button{
    margin:0 ;
}