
.how-to-fund-img-sec {
    text-align: right;
}

.how-to-fund-img {
    height: 35em;
    width: auto;
    object-fit: contain;
}

.deposit-crypto {
    background: var(--secondary-color);
}

.deposit-crypto .why-do-pills {
    display: flex;
    align-items: center;
}

.why-do-pills {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.why-do-trade-part button {
    border-radius: 20px !important;
    font-weight: 500;
    margin-bottom: 1em;
    width: 20em;
    font-size: 1.2em;
    text-align: left;
    transition: all 0.3s ease-out;
    padding: 1em 1.5em;
    color: var(--tertiary-color) !important;
    border-left: 4px solid transparent;
    display: flex;
    align-items: center;
    line-height: 1.5 !important;
    line-height: normal;
    background-color: transparent !important;
}

.why-do-trade-part button.active {
    background-color: #E7E8EC !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.how-to-fund-card {
    display: flex;
    align-items: center;
    gap: 2em;
}

.how-to-fund-card-img {
    width: 40%;
    text-align: right;
    order: 1;
}

.how-to-fund-card-info {
    width: 60%;
}

.how-to-fund-card-img img {
    object-fit: contain;
    max-width: 20em;
    border-radius: 12px;
}

.how-to-fund-card-info h3 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
    color: var(--tertiary-color);
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 50px auto;
    align-items: start;
}

.how-to-fund-card-info h3 span {
    height: 2em;
    width: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-btn-gradient);
    border-radius: 50%;
}

.how-to-fund-card-info p {
    font-size: 0.9em;
    color: var(--quaternary-color);
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 1em;
}

.deposit-crypto .why-trade-content {
    width: 100%;
    /* border-left: 4px solid #212429 !important; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
    padding: 2em;
    border-radius: 12px;
    background: #FFF7D6;
}

.product-banner-info {
    max-width: 550px !important;
}

.deposit-crypto-heading-info h3 {
    font-size: 1.4em;
    font-weight: 500;
    color: var(--tertiary-color);
    margin-bottom: 0.8em;
}

.deposit-crypto-heading-info p {
    font-size: .9em;
    font-weight: 300;
    margin-bottom: 1.875rem;
    color: var(--quaternary-color);
    opacity: 0.8;
    line-height: 1.8;
    max-width: 450px;
}

.deposit-crypto .why-do-pills {
    display: flex;
    align-items: center;
    gap: 3em;
}