.Getting_Started {
    margin: 70px 0 50px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFF0FF 35%, #EEEFFF 100%) 0% 0% no-repeat padding-box;
    padding: 40px 0;
}

.Getting_Started .common_title .common_main_title::after {
    width: 380px;
    left: auto;
}

.Getting_Started .common_title {
    padding: 0;
}

.Getting_Started .title_text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #202020;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}

.Getting_Started .Getting_Started_content {
    margin-top: 50px;
}

.Getting_Started .Getting_Started_content .Getting_Started_img {
    height: 100%;
    border-radius: 15px;
}

.Getting_Started .Getting_Started_content .Getting_Started_img .left_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* .Getting_Started .plans_wrapper {
    height: 325px;
    overflow: auto;
} */

.Getting_Started .plans_wrapper .plan_card {
    display: flex;
    align-items: center;
    background: #FFE7DC 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 4px;
    margin-bottom: 20px;
    gap: 20px;
}

.Getting_Started .plans_wrapper .plan_card .plan_icon_div {
    background: #FFE7DC 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    border-radius: 4px 0px 0px 4px;
    width: 80px;
    height: 80px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

/* .Getting_Started .plans_wrapper .plan_card .plan_icon_div .plan_icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */


.Getting_Started .plans_wrapper .plan_card .plan_content .item_title {
    font-size: 16px;
    font-weight: 700;
    color: #202020;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Getting_Started .plans_wrapper .plan_card .plan_content .item_text {
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ===================== Media Queries =================== */

@media (min-width:0) and (max-width:574px) {

    .Getting_Started .common_title .common_main_title::after {
        width: 175px;
    }

    .Getting_Started .plans_wrapper .plan_card .plan_content .item_text {
        font-size: 13px;
    }

    .Getting_Started .plans_wrapper .plan_card .plan_content .item_title {
        font-size: 15px;
    }

    .Getting_Started .title_text {
        width: 100%;
        font-size: 14px;
        text-align: justify;
    }

    .Getting_Started {
        margin: 0;
    }
}

@media (min-width:575px) and (max-width:991px) {

    .Getting_Started {
        margin: 0;
    }

    .Getting_Started .common_title .common_main_title::after {
        width: 280px;
    }

    .Getting_Started .plans_wrapper .plan_card .plan_content .item_text {
        font-size: 13px;
    }

    .Getting_Started .plans_wrapper .plan_card .plan_content .item_title {
        font-size: 15px;
    }

    .Getting_Started .title_text {
        width: 100%;
        font-size: 14px;
    }
}