.biznespartner-v2{
    position: relative;
    height: auto;
    @media screen and (max-width: 768px) {
        padding-top: 24px;
    }
    .container.container-wide{
        max-width: 1314px !important;
        padding-left: clamp(3.125vw,74px,3.854vw);
        padding-right: clamp(3.125vw,74px,3.854vw);
        border-radius: 16px;
        margin-bottom: 64px;
        &.p0{
            @media screen and (max-width: 768px) {
                margin-bottom: 0;
            }
        }
        @media screen and (max-width: 768px) {
            padding: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            box-shadow: none;
        }
    }
    .hero-wrapper{
        .hero-list{
            margin-bottom: 10px;
        };
    }
    .pb40{
        padding-bottom: 40px;
        @media screen and (max-width: 768px) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
    }
    .hero{
        margin: 0;
        @media screen and (max-width: 768px) {
            margin-bottom: 0
        }
        @media screen and (min-width: 768px) {
            row-gap: 0;
        }
        .hero-wrapper{
            @media screen and (max-width: 768px) {
                padding: 0 24px;
            }
            h1{
                font-size: 24px;
                margin-bottom: 24px;
                line-height: 1.4;
            }
            &>p{
                margin: 40px 0;
                font-family: "f_montserrat_semibold", Helvetica, Arial, sans-serif;
                @media screen and (max-width: 992px) {
                    margin: 24px 0;
                }
            }
            .buttons{
                @media screen and (max-width: 992px) {
                    display: block;
                    margin: 0 0 24px 0;
                }
            }
        }
        .hero-image{
            display: flex;
            align-items: flex-end;
            @media screen and (min-width: 768px) and (max-width: 992px) {
               justify-content: center;
                margin: 10px auto;
            }
            img{
                border-radius: 16px;
                max-width: 100%;
                height: -webkit-fill-available;
                object-fit: cover;
                @media screen and (max-width: 768px) {
                    border-radius: 8px;
                }
            }
            .green-box{
                max-width: fit-content;
                height: auto;
                bottom: 16px;
                right: 16px;
                padding: 12px 16px;
                span{
                    font-size: 18px !important;
                    line-height: 1.6;
                    @media screen and (max-width: 768px) {
                        font-size: 16px !important;
                    }
                }
            }
        }
    }
    .white-form{
        margin: 40px auto 64px auto;
        max-width: none;
        padding: 40px 0 !important;
        @media screen and (max-width: 768px) {
            margin: 0 auto;
            padding-top: 8px !important;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }
        h3{
            font-size: 20px;
            line-height: 1.6;
        }
        .form{
            margin: auto;
            max-width: 900px;
            width: 100%;
            padding: 32px;
            @media screen and (max-width: 768px) {
                padding: 24px;
            }
            h3{
                @media screen and (max-width: 768px) {
                    display: block;
                    font-size: 18px !important;
                    line-height: 1.4;
                }
            }
        }
        .business-expert{
            background: #00891F;
            padding: 8px 24px;
            border-radius: 16px;
            height: 83px;
            @media screen and (max-width: 768px) {
                height: auto;
                padding: 16px 24px;
                row-gap: 16px;
            }
            *{
                color: #FFF;
                font-size: 14px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                @media screen and (max-width: 768px) {
                    font-size: 12px;
                }
            }
            .who-wrapper{
                flex-direction: row;
                gap: 24px;
                @media screen and (max-width: 768px) {
                    gap: 16px;
                }
                .who{
                    font-size: 18px;
                    @media screen and (max-width: 768px) {
                        font-size: 14px;
                    }
                }
            }
        }
        .custom-form{
            .rowBox {
                display: flex;
                flex-direction: row;
                gap: 20px;
                @media screen and (max-width: 768px) {
                    flex-direction: column;
                    row-gap: 0;
                }
                .colBox {
                    width: calc(50% - 10px);
                    display: flex;
                    flex-direction: column;
                    @media screen and (max-width: 768px) {
                        width: 100%;
                    }
                }
            }
            .text-regular-2{
                font-family: "f_montserrat_medium", Helvetica, Arial, sans-serif;
                &.form-label{
                    font-family: "f_montserrat_semibold", Helvetica, Arial, sans-serif;
                }
            }
            span.wpcf7-list-item-label {
                @media screen and (max-width: 768px) {
                    font-size: 12px;
                }
            }
        }
    }
    .steps{
        text-align: center;
        @media screen and (max-width: 768px) {
            padding: 0 16px;
        }
        h2{
            font-size: 28px;
            line-height: 1.6;
            margin-bottom: 16px;
            @media screen and (max-width: 768px) {
                font-size: 22px;
                margin: 0 0 16px;
                text-align: left;
            }
        }
        h3{
            margin-bottom: 0;
        }
        p{
            margin-bottom: 0;
            @media screen and (max-width: 768px) {
                text-align: left;
            }
        }
        .step{
            text-align: left;
            @media screen and (max-width: 768px) {
                margin: 0;
                display: flex;
                flex-direction: row;
                gap: 16px;
            }
            .img{
                img{
                    @media screen and (max-width: 768px) {
                        width: 16px;
                        height: 16px;
                    }
                }
            }
            .index{
                font-family: "f_montserrat_bold", Helvetica, Arial, sans-serif;
            }
            div{
                @media screen and (max-width: 768px) {
                    display: flex;
                    flex-direction: column;
                    row-gap: 8px;
                }
            }
        }
        .mb-40{
            margin: 60px auto 110px;
            @media screen and (max-width: 768px) {
                margin: 60px auto 0;
            }
        }
        div.last{
            .step{
                span.index{
                    background: #ECEDF3;
                }
                .img{
                    height: max-content;
                }
            }
        }
        &>div :where(div):not(.last){
            .step{
                background: #ECEDF3;
                .img{
                    background: #FFF;
                    height: max-content;
                }
            }
        }
    }

    .component-banks{
        .slick-dots-custom-green{ height: auto;}
        .prev-green-arrow{ left: 14px;}
        .next-green-arrow{ right: 14px;}
    }

    .lady{
        @media screen and (max-width: 768px) {
            padding: 24px 24px 0 24px;
            margin: 32px 16px;
            width: fit-content;
        }
        h2{
            font-size: 28px;
        }
        &>div>p{
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 0;
        }
        .list{
            margin-top: 32px;
            .item span{
                width: 20px;
                height: 20px;
            }
        }
    }

    .business-who {
        @media screen and (max-width: 768px) {
            margin: 24px;
            *,h2{
                text-align: center !important;
            }
        }
        strong,b{
            font-family: "mbank_bold", Helvetica, Arial, sans-serif !important;
        }

        .text-bigger *{
            max-width: 768px;
            font-size: 20px;
            line-height: 1.6;
        }
        .text-smaller *{
            max-width: 768px;
            font-size: 14px;
            line-height: 1.6;
        }
    }

    .business-banner--wrapper{
        .business-banner {
            box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08);
            @media screen and (max-width: 768px) {
                border-radius: 24px;
                overflow: hidden;
                margin: 24px;
                min-height: 320px;
                align-content: space-between;
            }
            .text {
                padding-bottom: 40px;
                line-height: 1.5;
                font-size: 14px;
                row-gap: 10px;
                @media screen and (max-width: 768px) {
                    padding-bottom: 0;
                }
                h2{
                    font-size: 24px;
                    margin-bottom: 0;
                    line-height: 1.3;
                    @media screen and (max-width: 768px) {
                        font-size: 22px;
                    }
                }
            }
            .img{
                position: relative;
                border-top-right-radius: 12px;
                border-bottom-right-radius: 12px;
                overflow: hidden;
                @media screen and (max-width: 768px) {
                    height: 120px;
                }
                &::before{
                    @media screen and (max-width: 768px) {
                        height: 120px;
                    }
                }
                a{
                    position: absolute;
                    bottom: 40px;
                    right: 40px;
                    @media screen and (max-width: 768px) {
                        bottom: 10px;
                        left: 24px;
                        right: 24px;
                        width: max-content;
                        padding: 8px 16px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                    }
                }
                img{
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }

    .infobox {
        @media screen and (max-width: 768px) {
            margin: 24px;
            * {
                font-size: 10px !important;
            }
        }
        .members{
            gap: 64px;
            @media screen and (max-width: 768px) {
                gap: 0;
                justify-content: space-between;
            }
        }
    }
}