.content-hub-panel-hero{
    height: fit-content;
    header{
        margin-bottom: 1rem;
        h1{
            text-align: center;
            color: #F3F7FF;
        }
        h3{
            margin-block: 2rem;
        }
    }
    .panel-inner{
        &.container{
            width: 100%;
            padding: 0;
        }
        .vertical-center{
            .inner1{
                display: flex;
                flex-direction: column;
                padding: 0;
                .main{
                    padding-block: 15rem;
                    background: center center / cover no-repeat url("/Upload/BannerRWD/334/promote_image.jpg");
                    @media screen and (max-width: 1199px){
                        padding-block: 10rem;
                        background: center center / cover no-repeat url("/Upload/BannerRWD/334/promote_image-1199.jpg");
                    }
                    @media screen and (max-width: 991px){
                        background: center center / cover no-repeat url("/Upload/BannerRWD/334/promote_image-991.jpg");
                    }
                    .container{
                        .kits{
                            display: flex;
                            flex-direction: row;
                            justify-content: space-between;
                            margin-block: 5rem;
                            @media screen and (max-width: 1199px) {
                                flex-direction: column;
                            }
                            .zone{
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;
                                width: 32%;
                                padding: 1.5rem;
                                color: black;
                                background: #F3F7FF;
                                @media screen and (max-width: 1199px) {
                                    width: 50%;
                                    margin: .5rem auto;
                                }
                                @media screen and (max-width: 991px) {
                                    width: 90%;
                                    
                                }
                                .image{
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    max-height: 150px;
                                    width: 100%;
                                    height: 100vh;
                                    margin-block: 2rem;
                                    img{
                                        width: 100%;
                                        @media screen and (max-width: 1199px) {
                                            width: auto;
                                        }
                                    }
                                }
                                .content{
                                    margin-block: 2rem;
                                    ul{
                                        width: fit-content;
                                        margin: auto;
                                    }
                                }
                            }
                        }
                    }
                }
                .notes{
                    background: #DCEBFE;
                    padding: 2rem;
                    margin-bottom: 8rem;
                    .container{
                        display: flex;
                        .desc{
                            font-weight: bold;
                            color: black;
                            padding: 0;
                            a{
                                color: #007AFF;
                            }
                        }
                        .link{
                            display: flex;
                            justify-content: end;
                            align-items: center;
                            padding: 0;
                            a{
                                color: #007AFF;
                                &.btn{
                                    font-size: 1.8rem;
                                    background: #007AFF;
                                    padding: 1.5rem 5rem;
                                    margin: 0;
                                    border-radius: .6rem;
                                }
                            }
                        }
                        @media screen and (max-width: 991px) {
                            flex-direction: column;
                            .desc{
                                width: 100%;
                            }
                            .link{
                                width: 100%;
                                justify-content: center;
                                margin-block: 2rem;
                            }
                            
                        }
                    }
                }
            }
        }
    } 
}

