* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.75rem);
    padding-left: var(--bs-gutter-x, 1.75rem);
    margin-right: auto;
    margin-left: auto
}


.custom_section_outline_btn{
    display: inline-flex;
    padding: 19px 36px;
    align-items: flex-start;
    gap: 20px;
    color: #2DC2E5;
    font-family: Athletics, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.493% */
    border-radius: 70px;
    border: 2px solid #2DC2E5;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.custom_section_outline_btn:hover{
    background-color: #2DC2E5;
    color: #fff;
}















/*flexible-payment*/

.flexible_payment {
    background: #DDE8CD;
    padding: 150px 0;
}

.flexible_payment_title h3 {
    color: #383737;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.861vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.flexible_payment_cards {
    margin-top: 118px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.flexible_payment_card {
    border-radius: 41px;
    background: #FFF;
    padding: 30px 44px 44px 44px;
    height: 513px;
    position: relative;
}

.flexible_payment_card_most_popular{
    border: 3px solid #00A85E;
}

.flexible_payment_card_icon {
    margin: 0 auto;
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    background-color: #00A85E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.flexible_payment_card_title{
    margin-top: 30px;
}

.flexible_payment_card_title h4 {
    color: #00465C;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 2.153vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.639vw; /* 121.212% */
}

.flexible_payment_card_title p {
    color: #383737;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 200% */
    margin-top: 8px;
}

.flexible_payment_card_green_text{
    margin-top: 8px;
}

.flexible_payment_card_green_text p{
    color: #00A85E;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.917vw; /* 115.511% */
}

.flexible_payment_card_list{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 21px;
    /*row-gap: 8px;*/
}

.flexible_payment_card_list li {
    color: #383737;
    font-family: Athletics, serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 181.818% */
    position: relative;
    padding-left: 24px;
}

.flexible_payment_card_list li:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../../manuel-images/images/svg-icons/list-check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.flexible_payment_card-bottom{
    margin-top: auto;
    position: absolute;
    bottom: 44px;
}

.flexible_payment_card-bottom p{
    margin-top: auto;
    color: #383737;
    font-family: Athletics, serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 199.557% */
}

.flexible_payment_card_button a{
    position: absolute;
    left: 50%;
    bottom: -33px;
    transform: translateX(-50%);
    display: flex;
    padding: 18px 36px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 70px;
    background: #2DC2E5;
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 2.083vw; /* 93.493% */
    white-space: nowrap;
}

.flexible_payment_card_most_popular_text{
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    border-radius: 20px 20px 0px 0px;
    background: #00A85E;
    padding: 7px 20px;
    align-items: flex-start;
    gap: 20px;
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 149.589% */
    white-space: nowrap;
}

.flexible_payment_card_most_popular .flexible_payment_card_most_popular_text{
    display: inline-flex;
}


/*flexible-payment*/









/*pricing_trust_pilot_section*/

.pricing_trust_pilot_section{
    padding: 8px 0 14px 0;
    background: #B4F3F3;
}

.pricing_trust_pilot_section{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing_trust_pilot_section img{
    width: 180px;
    object-fit: contain;
}

/*pricing_trust_pilot_section*/






/*why_choose_truly_section*/

.why_choose_truly_section{
    background: #73BEBE;
    padding: 150px 0;
}

.why_choose_truly_section_title h3{
    color: #FFF;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 5.278vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.why_choose_truly_section_cards{
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 20px;
}

.why_choose_truly_section_card{
    padding: 12px;
    border-radius: 40px;
    background: #FFF;
    display: flex;
    align-items: center;
    column-gap: 17px;
}

.why_choose_truly_section_card_icon{
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background-color: #00465C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why_choose_truly_section_card_title h4{
    color: #3F4848;
    text-align: left;
    font-family: Athletics, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
}

/*why_choose_truly_section*/


/*transparent_pricing_section*/

.transparent_pricing_section{
    background: #FBE4E4;
    padding: 150px 0;
}

.transparent_pricing_section_title h3{
    color: #383737;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 5.139vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.transparent_pricing_section_top{
    margin-top: 90px;
}

.transparent_pricing_section_top p{
    color: #00A85E;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.transparent_pricing_section_top_lists{
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.transparent_pricing_section_top_list{
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: #FFF;
}

.transparent_pricing_section_top_list_text p{
    color: #383737;
    font-family: Athletics, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
    text-transform: capitalize;
}

.transparent_pricing_section_body{
    margin: 80px auto 75px auto;
    max-width: 840px;
    padding: 60px 75px;
    border-radius: 50px;
    background: #FFF;
}

.transparent_pricing_section_body_one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #909090;
    padding-bottom: 24px;
}

.transparent_pricing_section_body_one_logo img{
    width: 168px;
    height: 74px;
    object-fit: contain;
}

.transparent_pricing_section_body_one_text p{
    color: #00A85E;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.transparent_pricing_section_body_two{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 27px;
}

.transparent_pricing_section_body_two_left_text p{
    max-width: 202px;
    color: #909090;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.transparent_pricing_section_body_two_right_text p{
    color: #383737;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.transparent_pricing_section_button{
    display: flex;
    justify-content: center;
}

.transparent_pricing_section_button a{
    display: inline-flex;
    padding: 18px 36px;
    align-items: flex-start;
    gap: 20px;
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.493% */
    text-transform: capitalize;
    border-radius: 70px;
    background: #2DC2E5;
    text-decoration: none;
}

/*transparent_pricing_section*/


/*reasons_people_section*/

.reasons_people_section{
    padding: 0 0 150px 0;
}

.reasons_people_section_top h3{
    color: #383737;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.861vw;
    font-style: normal;
    font-weight: 300;
    line-height: 5.556vw; /* 114.286% */
}

.reasons_people_section_top h3 span{
    font-style: italic;
}

.reasons_people_section_top_image{
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reasons_people_section_top_image img{
    width: 700px;
}

.reasons_people_section_top_button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.reasons_people_section_top_button a{
    display: inline-flex;
    padding: 18px 36px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 70px;
    background: #2DC2E5;
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.493% */
    text-transform: capitalize;
    text-decoration: none;
}

.reasons_people_section_body{
    margin-top: 70px;
}

.reasons_people_section_body_cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
}

.reasons_people_section_body_card{
    position: relative;
    padding: 20px;
    border-radius: 35px;
    background: #F6F6F6;
}

.reasons_people_section_body_card_image{
    position: relative;
    width: 100%;
    height: 226px;
    border-radius: 23px;
}

.reasons_people_section_body_card_image img{
    border-radius: 23px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reasons_people_section_body_card_image_text{
    position: absolute;
    left: 16px;
    bottom: 15px;
}

.reasons_people_section_body_card_image_text span{
    color: #CACACA;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.reasons_people_section_body_card_image_text h5{
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 107.692% */
    margin-top: 5px;
}

.reasons_people_section_body_card_image_icon{
    position: absolute;
    right: 16px;
    bottom: 15px;
    display: flex;
    column-gap: 4px;
}

.reasons_people_section_body_card_text{
    margin-top: 25px;
}

.reasons_people_section_body_card_text h2{
    margin-top: 20px;
    color: #383737;
    font-family: Athletics, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
}

.reasons_people_section_body_card_text_desc{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.reasons_people_section_body_card_text_desc p{
    margin-top: 14px;
    max-width: 398px;
    color: #383737;
    font-family: Athletics, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

.reasons_people_section_body_card_button{
    position: absolute;
    top:100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.reasons_people_section_bottom{
    margin-top: 170px;
}

.reasons_people_section_bottom_cards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 30px;
}

.reasons_people_section_bottom_card{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 2px;
}

.reasons_people_section_bottom_card span{
    color: #2DC2E5;
    font-family: Athletics, serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
}

.reasons_people_section_bottom_card p{
    color: #383737;
    font-family: Athletics, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 160.779% */
}

/*reasons_people_section*/

/*invest_yourself_section*/

.invest_yourself_section{
    padding: 150px 0;
    background: #00465C;
}

.invest_yourself_section_top h3{
    color: #FFF;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.861vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.invest_yourself_section_top_button{
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.invest_yourself_section_top_button a{
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.493% */
    text-transform: capitalize;
    display: inline-flex;
    padding: 18px 36px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 70px;
    background: #2DC2E5;
    text-decoration: none;
}

.invest_yourself_section_body{
    margin-top: 80px;
}

.invest_yourself_section_body_inner{
    display: grid;
    grid-template-columns: 500px auto;
    column-gap: 30px;
}

.invest_yourself_section_body_left{
    position: relative;
    border-radius: 20px;
    border: 2px solid #B4F3F3;
    background: rgba(255, 255, 255, 0.05);
    padding: 35px 28px;
}

.invest_yourself_section_body_left h5{
    color: #B4F3F3;
    font-family: Athletics, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 104.167% */
}

.invest_yourself_section_body_left_desc{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.invest_yourself_section_body_left_desc p{
    color: #FFF;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.invest_yourself_section_body_left_desc span{
    color: #B4F3F3;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.invest_yourself_section_body_left_icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
}

.invest_yourself_section_body_left_list{
    margin-top: 60px;
    list-style: none;
}

.invest_yourself_section_body_left_list li{
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    text-transform: capitalize;
    position: relative;
    padding-left: 24px;
}

.invest_yourself_section_body_left_list li:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../../manuel-images/images/svg-icons/list-check2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.invest_yourself_section_body_form form {
    padding: 30px;
    border-radius: 32px;
    background: #B4F3F3;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.invest_yourself_section_body_form_inputs{
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.invest_yourself_section_body_form_input, .invest_yourself_section_body_form_select{
    flex-grow: 1;
    width: 100%;
}

.invest_yourself_section_body_form_input label, .invest_yourself_section_body_form_select label{
    color: #181717;
    font-family: Athletics, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 115.195% */
}

.invest_yourself_section_body_form_input input{
    margin-top: 8px;
    display: flex;
    width: 100%;
    padding: 15px 25px;
    align-items: flex-start;
    gap: 12px;
    border-radius: 23px;
    background: #FFF;
    border: none;
    outline: none;
    color: rgba(56, 55, 55, 1);
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 123.085% */
}

.invest_yourself_section_body_form_input input::placeholder{
    color: rgba(56, 55, 55, 0.20);
}

.invest_yourself_section_body_form_select select{
    margin-top: 8px;
    display: flex;
    width: 100%;
    padding: 15px 25px;
    align-items: center;
    gap: 259px;
    flex-shrink: 0;
    appearance: none;
    border-radius: 23px;
    background: #FFF;
    border: none;
    outline: none;
}

.invest_yourself_section_body_form_select_parent{
    width: 100%;
    position: relative;
}

.invest_yourself_section_body_form_select_icon{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.invest_yourself_section_body_form_input_checkbox{
    display: flex;
    column-gap: 6px;
    align-items: flex-start;
}

.invest_yourself_section_body_form_input_checkbox label{
    display: block;
    max-width: 321px;
    color: #181717;
    font-family: Athletics, serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px; /* 141.778% */
}

.invest_yourself_section_body_form_input_checkbox label span{
    font-weight: 700;
}

.invest_yourself_section_body_form_input_checkbox input {
    flex-shrink: 0;
    appearance: none !important;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #FFF;
    background-size: contain;
    cursor: pointer;
    outline: none;
    transition: all 0.1s linear;
}

.invest_yourself_section_body_form_input_checkbox input:checked {
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-size: contain;
    background-image:  url("../../manuel-images/images/svg-icons/checked-checkbox.svg");
}

.invest_yourself_section_body_form_button{
    display: flex;
    justify-content: center;
}

.invest_yourself_section_body_form_button button{
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 93.493% */
    border-radius: 23px;
    background: #2DC2E5;
    display: inline-flex;
    padding: 15px 25px;
    align-items: flex-start;
    gap: 12px;
    border: none;
    outline: none;
}


/*invest_yourself_section*/



@media only screen and (max-width: 1124px) {

    .flexible_payment_cards{
        column-gap: 15px;
    }

    .flexible_payment_card {
        padding: 20px 15px;
    }

    .why_choose_truly_section_cards{
        column-gap: 20px;
    }

    .transparent_pricing_section_top_lists{
        justify-content: flex-start;
    }

    .reasons_people_section_body_card_image_text h5{
        font-size: 18px;
        line-height: normal;
    }

    .reasons_people_section_body_card_image_text span{
        font-size: 16px;
        line-height: normal;
    }

    .reasons_people_section_body_card_text h2{
        font-size: 24px;
        line-height: 32px;
    }

    .reasons_people_section_body_card_text_desc p{
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .flexible_payment_cards{
        grid-template-columns: 1fr 1fr;
        row-gap: 60px;
    }

    .flexible_payment {
        padding: 80px 0;
    }

    .why_choose_truly_section{
        padding: 80px 0;
    }

    .reasons_people_section{
        padding: 0 0 80px 0;
    }

    .why_choose_truly_section_cards{
        margin-top: 25px;
    }

    .transparent_pricing_section {
        padding: 80px 0;
    }

    .transparent_pricing_section_top{
        margin-top: 60px;
    }

    .transparent_pricing_section_top_lists{
        margin-top: 34px;
    }

    .transparent_pricing_section_body{
        margin: 60px auto 55px auto;
    }

    .reasons_people_section_top_image, .reasons_people_section_top_button{
        margin-top: 30px;
    }

    .reasons_people_section_top_button a, .custom_section_outline_btn, .invest_yourself_section_top_button a{
        font-size: 24px;
        line-height: normal;
    }

    .reasons_people_section_body{
        margin-top: 40px;
    }

    .reasons_people_section_body_cards{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 130px;
    }

    .reasons_people_section_bottom_card span{
        display: flex;
        align-items: center;
        column-gap: 2px;
        font-size: 30px;
        line-height: 30px; /* 100% */
    }

    .reasons_people_section_bottom_card span img{
        width: 28px;
        height: 28px;
    }
    .reasons_people_section_bottom_card p{
        font-size: 18px;
        line-height: 31px;
    }

    .reasons_people_section_bottom{
        margin-top: 150px;
    }

    .invest_yourself_section{
        padding: 80px 0;
    }

    .invest_yourself_section_body{
        margin-top: 60px;
    }

    .invest_yourself_section_body_inner{
        display: grid;
        grid-template-columns: auto;
        row-gap: 50px;
    }

    .invest_yourself_section_body_left_list{
        margin-top: 30px;
    }

    .invest_yourself_section_body_left_parent{
        order: 2;
    }

    .invest_yourself_section_body_form{
        order: 1;
    }
}

@media only screen and (max-width: 768px) {
    .flexible_payment_cards{
        grid-template-columns: auto;
        row-gap: 60px;
    }

    .flexible_payment_card{
        height: auto;
    }

    .flexible_payment_card-bottom{
        position: static;
        margin-bottom: 20px;
    }

    .flexible_payment_card_title h4 {
        font-size: 28px;
        line-height: 35px; /* 121.212% */
    }

    .flexible_payment_card_green_text p{
        font-size: 30px;
        line-height: 36px; /* 115.511% */
    }

    .flexible_payment_card_button a{
        font-size: 24px;
        line-height: 22px; /* 93.493% */
    }

    .flexible_payment_title h3 {
        font-size: 44px;
    }

    .why_choose_truly_section_cards{
        grid-template-columns: auto;
    }

    .why_choose_truly_section_title h3{
        font-size: 44px;
    }

    .transparent_pricing_section_top p{
        font-size: 32px;
    }

    .transparent_pricing_section_top_list_text p{
        font-size: 16px;
        line-height: 24px;
    }

    .transparent_pricing_section_body{
        padding: 40px 25px;
    }

    .transparent_pricing_section_body_one_text p{
        font-size: 24px;
    }

    .transparent_pricing_section_body_two_right_text p {
        font-size: 24px;
    }
    .transparent_pricing_section_body_two_left_text p {
        font-size: 24px;
    }

    .transparent_pricing_section_body_one_logo img {
        width: 100px;
        height: 74px;
        object-fit: contain;
    }

    .transparent_pricing_section_button a{
        font-size: 24px;
        line-height: normal;
    }

    .reasons_people_section_top_image img{
        width: 100%;
    }

    .reasons_people_section_top_button a , .invest_yourself_section_top_button a{
        font-size: 24px;
        line-height: normal;
    }

    .reasons_people_section_body_cards{
        grid-template-columns: auto;
    }

    .reasons_people_section_body_card_image{
        height: auto;
        border-radius: 16px;
    }

    .reasons_people_section_bottom_cards{
        flex-direction: column;
    }

    .transparent_pricing_section_title h3{
        font-size: 44px;
    }

    .reasons_people_section_top h3{
        font-size: 44px;
        line-height: normal;
    }

    .invest_yourself_section_top h3{
        font-size: 44px;
    }



}

@media only screen and (max-width: 576px) {
    .why_choose_truly_section_card_title h4{
        font-size: 18px;
        line-height: 34px; /* 166.667% */
    }

    .transparent_pricing_section_top_lists{
        flex-direction: column;
    }

    .transparent_pricing_section_body_two_left_text p{
        max-width: 100%;
    }

    .transparent_pricing_section_body_two, .transparent_pricing_section_body_one{
        flex-direction: column;
        row-gap: 10px;
    }

    .transparent_pricing_section_body{
        padding: 20px;
        border-radius: 20px;
    }

    .transparent_pricing_section_button a{
        font-size: 16px;
    }

    .reasons_people_section_top_button a, .custom_section_outline_btn{
        font-size: 16px;
    }

    .invest_yourself_section_body_form_inputs{
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
    }

}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }

    .flexible_payment_card_title h4 {
        font-size: 31px;
        line-height: 38px; /* 121.212% */
    }

    .flexible_payment_card_green_text p{
        font-size: 36px;
        line-height: 42px; /* 115.511% */
    }

    .flexible_payment_card_button a{
        font-size: 32px;
        line-height: 30px; /* 93.493% */
    }

    .flexible_payment_title h3 {
        font-size: 70px;
    }

    .why_choose_truly_section_title h3{
        font-size: 76px;
    }

    .transparent_pricing_section_title h3{
        font-size: 74px;
    }

    .reasons_people_section_top h3{
        font-size: 70px;
        line-height: 80px; /* 114.286% */
    }

    .invest_yourself_section_top h3{
        font-size: 70px;
    }
}