section::before{
        content: “”;
        background-image: url(‘https://cdn-resources.highradius.com/resources/wp-content/uploads/2022/07/thank-you.png’);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -7px;
        right: 0px;
        height: 60%;
        width: 100%;
        z-index: -1;
    }