.pricing-card {
    border: none;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    padding: 32px;
    background: #ffffff;
}

.card-header {
    background-color: #fff;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}

.card-body {
    background-color: #fff;
    color: #333;
    padding: 24px 0px 4px 0;
}

.card-title {
    font-size: 24px;
    font-weight: 500;
    color: #0c2e60;
}

.card-text {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.feature-list {
    list-style: none;
    padding: 24px 0px;
    margin: 0;
}

.feature-list li {
    padding: 6px 0;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px !important;
    text-align: left;
}

.feature-list li img {
    padding-right: 8px;
}

.btn {
    margin-top: 0px !important;
}

.btn-get-started {
    background-color: #f7f8fc;
    color: #000000;
    text-align: center;
    display: block;
    border-radius: 8px;
    padding: 9px 14px;
    margin: auto;
    transition: background-color 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px !important;
    text-align: center;
}

.btn-get-started:hover {
    background-color: #f2f3f7;
    color: #000;
}

.btn-get-premium {
    background-color: #0c2e60;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
    padding: 10px 25px;
    margin: auto;
    transition: background-color 0.3s ease-in-out;
}

.price {
    color: #05103c;
    font-size: 24px;
    line-height: 24px !important;
    font-weight: 700;
    display: inline;
}

.price + span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #a2a5ae;
}

.new_style_container {
    text-align: center;
}

.ribbon-2 {
    position: absolute;
    right: -14px;
    top: 6px;
    color: #fff;
    border-radius: 50px;
    transition-property: none;
}

.text-popular {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px !important;
    text-transform: uppercase;
}

.feature_part {
    margin-bottom: 50px;
    background: #f7f8fc;
    padding: 0 0 80px 0;
}

.main_top_row {
    gap: 24px;
}

.main_top_row > div:nth-child(1) {
    position: relative;
}

.top_h1_price {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.sub_head {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px !important;
    text-align: center;
    margin-bottom: 48px;
}

.plan_title {
    font-size: 24px;
    font-weight: 500;
}

.gap-adjust {
    gap: 4px;
    flex-direction: column;
}

.free_div {
    width: 324px;
    max-width: 100%;
}

@media (max-width: 845px) {
    .pricing-card {
        padding: 16px;
    }
    .ribbon-2 {
        top: 50px;
    }
}

@media (max-width: 749px) {
    .ribbon-2 {
        right: 3px;
    }
    .free_div {
        width: 100%;
    }
    .main_top_row {
        flex-direction: column;
        gap: 8px;
    }
    .main_top_row > div {
        padding: 0 8px;
    }
}
