.cards-wrapper {
    margin-top: 4.8rem;
}

.account-type-card {
    background: var(--grey-color-100);
    border: 1px solid var(--grey-color-350);
    box-shadow: rgba(40, 44, 48, 0.12) 0 2px 6px 0;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 4.4rem;
    padding-bottom: 1rem;
}

.account-type-card:last-child {
    margin-bottom: 0;
}

.account-type-card .middles {
    position: relative;
    z-index: 1;
    background: rgba(232, 237, 241, 0.5);
}

.account-type-card .top,
.account-type-card .bottom {
    padding: 3rem 4.8rem;
}

.account-type-card .middles {
    padding: 2.2rem 4.8rem;
}

.specs-table-wrapper {
    margin: 5rem 0;
    border: 0;
}

.specs-table-wrapper thead tr th {
    border: 0;
    font-size: 2.5rem;
    padding: 2rem 5rem;
    vertical-align: middles;
    font-weight: bold;
    line-height: 1.3;
}

.specs-table-wrapper thead tr th:first-child {
    background: #6E7984;
    color: var(--white);
}

.specs-table-wrapper thead tr th:last-child {
    font-size: 2rem;
    background: linear-gradient(to right, #F3F8FA, #EAF3FC, #FFE7E7);
    text-align: center;
}

.specs-table-wrapper tbody {
    border: 1px solid #D9DBDD;
}

.specs-table-wrapper tbody td {
    font-size: 2rem;
    vertical-align: middles;
    padding: 3.4rem 5rem;
    font-weight: bold;
    width: 50%;
}

.specs-table-wrapper tbody td:last-child {
    text-align: center;
    font-size: 1.8rem;
}

.specs-table-wrapper tbody tr:nth-child(odd) td:first-child {
    background: #E6ECF0;
}

.specs-table-wrapper tbody tr:nth-child(even) td:first-child {
    background: #F2F7F9;
}

/* Media Queries */
@media (max-width: 991px) {
    .account-type-card .top,
    .account-type-card .bottom {
        padding: 2rem 2.8rem;
    }
    .account-type-card .middles {
        padding: 1.6rem 2.8rem;
    }
    .account-type-card .top {
        flex-wrap: wrap;
    }
    .account-type-card .top .left .icon svg {
        width: 5rem;
        height: 5rem;
    }
}

@media (max-width: 767px) {
    .account-type-card .bottom .d-flex{
        flex-wrap: wrap;
    }
    .account-type-card .bottom .column {
        flex: 1 1 50%;
    }
    .account-type-card .bottom .column:last-child {
        text-align: center !important;
        margin-top: 3rem;
    }
    .specs-table-wrapper {
        margin: 3rem 0 1rem;
    }
    .specs-table-wrapper thead tr th {
        padding: 1.5rem 2rem;
        font-size: 2rem;
    }
    .specs-table-wrapper thead tr th:last-child {
        font-size: 1.6rem;
    }
    .specs-table-wrapper tbody td {
        font-size: 1.8rem;
        padding: 1rem 1rem;
    }
    .specs-table-wrapper tbody td:last-child {
        font-size: 1.6rem;
    }
    .specs-table-wrapper thead tr th:first-child {
        width: 60%;
    }
    .why-choose.partner .col {
        border-right: 0;
        border-bottom: 1px solid rgba(102, 123, 145, 0.2);
    }
}

@media (max-width: 575px) {
    .account-type-card .bottom .column {
        flex: 1 1 60%;
    }
    .account-type-card .bottom .column:nth-child(2) {
        margin-top: 1.2rem;
    }
    .account-type-card .top .right {
        text-align: center;
        width: 100%;
    }
    .account-type-card {
        margin-bottom: 2.4rem;
        padding-bottom: 0.5rem;
    }
}
