Dawn theme: Add a section with image/svg on top of the footer

Hi @MT91 ,

Please change code:

.newsletter{
    position: relative;
    margin-top: 50px;
}
.newsletter:before {
    content: '';
    position: absolute;
    top: -50px;
    width: 100%;
    height: 6rem;
    left: 0;
    background: var(--gradient-background);
    background-image: url(https://cdn.shopify.com/s/files/1/0845/9491/7644/files/footer-bg3000.png) !important;
    background-color: #fff !important;
    background-position: top center !important;
    background-size: cover;
}