.product-banner-main{
    padding: 24px 0 0;
    background: rgba(198, 203, 230, 0.40);
    overflow: hidden;
}
.product-banner-header{
    min-height: 268px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    mix-blend-mode: darken;
    border: 1px solid #D5D8E9;
    overflow: hidden;
}
.product-banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.product-banner-header .section-title{
    color: #28327B;
    margin-bottom: 8px;
}
.product-banner-header .description{
    color: #464749;
}
.product-banner-content{
    padding: 24px 16px;
    position: relative;
    z-index: 2;
}
.product-row{
    display: flex;
    flex-direction: column;
}
.product-box{
    display: flex;
    flex-direction: column;
}
.product-content{
    padding: 20px 16px;
    border-top: 1px solid rgba(40, 50, 123, 0.10);
    border-right: 1px solid rgba(40, 50, 123, 0.10);
    border-bottom: 0 solid rgba(40, 50, 123, 0.10);
    border-left: 1px solid rgba(40, 50, 123, 0.10);
}
.product-content h2{
    color: #0A0701;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
}
.product-content h2::before{
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #9298C2;
    left: -16px;
}
.product-content p{
    color: #464749;
    font-size: 14px;
    line-height: 20px;
}
.product-image{
    padding: 16px;
    border: 1px solid rgba(40, 50, 123, 0.10);
}
.product-business{
    background: rgba(198, 203, 230, 0.40);
    position: relative;
    overflow: hidden;
    padding: 0 0 24px;
}
.image-box-hor img{
    display: block;
}

.box-business{
    display: flex;
    position: relative;
    
}
.box-business .box-vertical{
    flex: 0 0 7.14%;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.box-business .box-vertical .box-vertical-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.box-business .box-vertical .box-vertical-item span{
    display: block;
    width: 100%;
    aspect-ratio: 24/22.4;
    border-top: 1px solid rgba(198, 203, 230, 0.40);
    border-right: 1px solid rgba(198, 203, 230, 0.40);
    border-bottom: 0 solid rgba(198, 203, 230, 0.40);
    border-left: 1px solid rgba(198, 203, 230, 0.40);
}
.content-business{
    flex: 1;
    background: #FABE14;
    border: 1px solid #FABE14;
    padding: 20px 24px;
}
.product-business .arrow-business{
    position: absolute;
    left: -16px;
    width: 100vw;
    bottom: 0;
    z-index: 1;
}
.heading-business{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.heading-business .btn-blue{
    max-width: 200px;
    padding: 9px 24px;
    font-size: 13px;
    line-height: 20px;
}
.heading-business .description{
    font-size: 14px;
    line-height: 20px;
}
.img-global{
    margin: 24px auto 0;
}
.product-blur-left{
    position: absolute;
    left: 0px;
    top: 14px;
}
.product-blur-right{
    position: absolute;
    right: 0;
    top: 38px;
}

@media (min-width: 768px) {
    .product-banner-main{
        padding: 48px 0 0;
    }
    .product-banner-header{
        min-height: 298px;
    }
    .product-banner-header .section-title{
        margin-bottom: 12px;
    }
    .product-banner-header .description {
        max-width: 550px;
        margin: 0 auto;
    }
    .product-box{
        flex-direction: row;
        justify-content: stretch;
    }
    .product-content{
        flex: 0 0 50%;
        padding: 24px 20px;
        border-top: 1px solid rgba(40, 50, 123, 0.10);
        border-right: 0px solid rgba(40, 50, 123, 0.10);
        border-bottom: 1px solid rgba(40, 50, 123, 0.10);
        border-left: 1px solid rgba(40, 50, 123, 0.10);
    }
    .product-image{
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px 24px;
    }
    .product-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .product-content h2{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px ;
    }
    .product-content h2::before{
        height: 30px;
        left: -20px;
    }
    .content-business{
        padding: 32px 48px;
    }
    .heading-business{
        gap: 16px;
    }
    .heading-business .btn-blue{
        padding: 16px 64px;
        max-width: fit-content;
        font-size: 16px;
        line-height: 22px;
    }
    .product-business .arrow-business{
        width: calc(0.9428 * 100vw);
        left: -48px;
    }
    .product-row:nth-child(odd) .product-box {
        flex-direction: row-reverse;
    }
    .product-row:nth-child(odd) .product-box .product-content{
        border-right: 1px solid rgba(40, 50, 123, 0.10);
        border-left: 0;
    }
    .heading-business .description{
        font-size: 16px;
        line-height: 22px ;
    }
    .product-blur-left{
        width: 72.4%;
        bottom: 30px;
        left: -9.28%;
    }
    .product-blur-left svg{
        width: 100%;
    }
    .product-blur-right{
        width: 71.3%;
        bottom: 26px;
        left: 35.3%;
    }
    .product-blur-right svg{
        width: 100%;
    }
    .img-global{
        margin: 32px auto 0;
    }
}
@media (min-width: 1025px) {
    .product-banner-header {
        min-height: 460px;
    }
    .product-banner-content{
        padding: 0px 160px 112px;
    }
    .product-banner-header .description{
        max-width: none;
    }
    .product-banner-header .section-title{
        margin-bottom: 16px;
    }
    .product-content{
        padding: 64px;
    }
    .product-content h2{
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 24px;
    }
    .product-content p{
        font-size: 20px;
        line-height: 28px;
    }
    .product-content h2::before{
        left: -64px;
        transform: none;
        top: 11px;
        bottom: 0;
    }
    .product-image{
        padding: 48px;
    }
    .box-business .box-vertical{
        flex: 0 0 6.25%;
    }
    .content-business{
        padding: 48px 64px;
        min-height: 455px;
        display: flex;
        align-items: center;
    }
    .product-banner-main{
        padding: 52px 0 0px;
    }
    .heading-business .description{
        font-size: 20px;
        line-height: 28px ;
    }
    .img-global{
        width: 1037px;
    }
    .img-global{
        margin: 52px auto 0;
    }
    .product-blur-left{
        bottom: 39px;
        left: -15px;
    }
    .product-blur-right{
        width: auto;
        bottom: 34px;
        right: 0;
    }
    .box-business .box-vertical .box-vertical-item span{
        aspect-ratio: 93 / 91;
    }
}
@media (min-width: 1488px) {
    .product-business .arrow-business{
        width: 95.5%;
        left: -53px;
    }
}