.erp-banner.blockchain-section {
    padding: 130px 0px 80px;
    overflow: hidden;
    position: relative;
    height: 70vh;
    background: linear-gradient(265deg, #f2f8fa, #4594df12);
}

.block-chain-wrapper {
    background: linear-gradient(167deg, rgb(40, 13, 87) 0%, rgb(54, 63, 159) 100%) center center / cover no-repeat;
    position: relative;  
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.bubble-img-1 {
    position: absolute;
    left: 0;
    top: 40px;
}

.bubble-img-2 {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.bubble-img-3 {
    position: absolute;
    right: 0;
    top: 40px;
}

.bubble-img-4 {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.bubble-img-5 {
    position: absolute;
    left: 50%;
    bottom: 0;
}

@media only screen and (max-width:1024px) {
    .block-chain-wrapper {
        padding-top: 130px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .blockchain-right-img {
        height: auto;
        max-width: 100%;
        margin: 20px auto 0;
        width: 100%;
        object-fit: contain;
    }
}