.demo-content{
    position: relative;
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
}
.demo-content .demo-inner{
    position: relative;
    z-index: 2;
    background-color: var(--wp--preset--color--white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.demo-content .img-demo-left{
    position: absolute;
    left: -10rem;
    top: -2rem;
    z-index: 1;
}
.demo-content .img-demo-right{
    position: absolute;
    bottom: -4rem;
    right: -7rem;
    z-index: 1;
}
@media only screen and (max-width: 1230px) {
    .demo-content .img-demo-right,
    .demo-content .img-demo-left{
        display: none;
    }
}