.nb-single-banner-12{
    .inner-wrapper{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        max-width: 350px;
        margin: auto;
        padding: 60px 0;

        .nb-img{
            max-width: 240px;
        }

        .title{
            font-size: 48px;
            line-height: 52px;
            color: var(--nb-text-color-primary);
            text-align: center;
        }
    }
    .bg-wrapper{
        background-size: 100%;
    }
}

@media screen and (max-width: 768px) {
    .nb-single-banner-12{
        .inner-wrapper{

            padding: 35px;

            .title{
                font-size: 32px;
                line-height: 34px;
            }
        }
    }
}