
.how_h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}

.how_h1 span{
    color: #38b8ef;
}

.mainCta p{
    max-width: 555px;
    border-top: none;
    font-size: 16px;
    line-height: 24px;
    color: #B9CEEB;
    margin-top: 0;
}
.mainCta p a {
    color: #38b8ef;
}

.mainCta .ctaImg{
    background-image: none;
}

.steps_wrapper {
    border-bottom: 1px solid #D2DEEA;
    margin-bottom: 90px;
}

section#steps{
    margin-bottom: 60px;
}

section#steps h2{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #182B3E;
}

section ul.steps_list{
    list-style: none;
    padding: 0;
    margin: 0;
}

body .page-inside  section ul.steps_list li{
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #494949;
    list-style-image: none;
    letter-spacing: inherit;
}

section ul li{
    list-style-image: none!important;
    line-height: 20px!important;
}

section ul.steps_list li.steps_item.last_green{
    margin-bottom: 40px;
}


section#steps .col-xl-7.col-12 {
    padding-right: 60px;
}

section#steps .col-xl-7.col-12:nth-child(2),
section#steps .col-xl-7.col-12:nth-child(4){
    padding-right: 0;
    padding-left: 60px;
}

section#steps .steps_text_wrapper {
    padding: 32px 40px 32px 90px;
    background: #FFFFFF;
    border: 1px dashed #CFE8F6;
    box-shadow: 0px 30px 40px rgb(212 217 232 / 20%);
    border-radius: 10px;
    position: relative;
}

section#steps .steps_text_wrapper h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #182B3E;
    margin-bottom: 16px;
}

section#steps .steps_text_wrapper .item_title,
section#steps .steps_text_wrapper .item_text {
    font-size: 14px;
    line-height: 20px;
    color: #494949;
    font-weight: 400;
    margin: 0;
}

section#steps .steps_text_wrapper .item_title {
    font-weight: 700;
    text-align: start;
}


section#steps .steps_text_wrapper::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 26px;
    background-size: contain;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}

.steps_text_wrapper.first_number::before {
    background-image: url("/assets/img/how-it-works/first-number.png");
}

.steps_text_wrapper.second_number::before {
    background-image: url("/assets/img/how-it-works/second-number.png");
}

.steps_text_wrapper.third_number::before {
    background-image: url("/assets/img/how-it-works/third-number.png");
}

.steps_text_wrapper.fourth_number::before {
    background-image: url("/assets/img/how-it-works/fourth-number.png");
}

.banner_wrapper {
    background: #02064F;
    border-radius: 20px;
    display: flex;
    padding-right: 60px;
    margin: 0 -10px 100px;
}

.banner {
    padding: 40px 0 40px 80px;
}

.banner_title {
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: 'Gotham Pro Medium';
}

.banner_dscr {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.banner_btn {
    width: 270px;
}

.banner_img {
    width: 380px;
}

@media(max-width: 1171px) {
    .banner_img {
        height: 100%;
    }

    .banner_wrapper {
        padding-right: 0;
    }
}

@media(max-width: 1071px) {
    .banner {
        position: relative;
        z-index: 1;
        padding: 40px 0 40px 30px;
    }

    .banner_img {
        height: 100%;
        margin-left: -80px;
        position: relative;
        z-index: 0;
    }

    section#steps .col-xl-7.col-12 {
        padding-right: 0;
        padding-bottom: 40px;
    }

    section#steps .col-xl-7.col-12:nth-child(2), section#steps .col-xl-7.col-12:nth-child(4) {
        padding-left: 0;
        padding-right: 0;
        order: -1;
    }
}

@media(max-width: 991px) {
    .banner_img {
        margin-left: -50px;
    }

    .mainCta .ctaImg {
        padding-bottom: 60px;
    }
}

@media(max-width: 831px) {
    .banner_img {
        margin-left: -70px;
    }
}

@media(max-width: 767px) {
    .mainCta .ctaImg {
        padding-bottom: 40px;
    }

    .honor_page p,
    body .page-inside .we_uphold_wrapper .we_uphold_item li,
    body .page-inside section ul.custom_green_red_list li{
        font-size: 14px!important;
    }

    section .tab_img_responsive{
        max-width: 100%;
    }

    section#steps .col-xl-7.col-12 {
        padding-bottom: 20px;
    }

    .steps_wrapper {
        margin-bottom: 60px;
    }

    section#steps {
        margin-bottom: 40px;
    }

    .banner_wrapper {
        display: flex;
        flex-direction: column;
    }

    .banner_img__wrap {
        text-align: center;
    }

    .banner_img {
        margin-left: 0px;
    }

    .banner {
        padding: 20px;
        text-align: center;
    }

    .banner_text {
        text-align: center;
    }
}

@media(max-width: 480px) {
    section#steps .steps_text_wrapper::before {
        width: 36px;
        height: 36px;
        left: 20px;
    }

    section#steps .steps_text_wrapper h2 {
        padding-left: 52px;
    }

    section#steps .steps_text_wrapper {
        padding: 26px 20px;
    }

    .banner_title {
        font-size: 20px;
        line-height: 28px;
    }

    .banner_text {
        font-size: 14px;
        line-height: 24px;
    }

    .banner_img {
        width: 100%;
    }
}


@media(max-width: 1600px){
    .tab_img_responsive{
        max-width: 100%;
    }
}

@media(min-width: 767px) and (max-width: 991px){
    .mainCta p{
        max-width: 100%;
    }

    .tab_img_responsive{
        max-width: 100%;
        margin: auto;
        display: block;
    }
}