
<style>
.pricing-gridrr {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    max-width: 1200px;
    margin: 50px auto;
    color: #223982;
    text-align: left;
}
    .pricing-gridrr {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        max-width: 1200px;
        margin: 50px auto;
        color: #223982;
        text-align: left;
    }
    .pricing-gridrr .tt {
    display: flex;
    justify-content: space-between;
}
.pricing-gridrr .pack {
        flex: 1;
        min-width: 280px;
        background: white;
        border: 1px solid #7D8ED1;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .pricing-gridrr .headeroo {
        background: linear-gradient(90deg, #223982, #339E96);
        color: white;
        font-weight: bold;
        padding: 15px;
        text-align: left;
        font-size: 18px;
    }
    .headerr{
        background-color:#339E96 !important;
        color: white;
        font-weight: bold;
        padding: 15px;
        text-align: left;
        font-size: 18px;
    }

    .pricing-gridrr .cell {
        padding: 15px;
        border-bottom: 1px solid rgba(34, 57, 130, 0.3);
        text-align: left;
    }
    .pricing-gridrr .cell.even {
        background-color: #F4F7FC;
    }
    .pricing-gridrr .buy {
        background: linear-gradient(90deg, #E02753, #223982);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        cursor: pointer;
    }
    @media (max-width: 768px) {
        .pricing-gridrr .pricing-grid {
            flex-direction: column;
            align-items: center;
        }
    }
</style>
