Dawn Theme: White Box Missing Behind Text on Mobile Home Page

Yeah sure,

just add “bottom: 0 !important;” to the same code like this

@media only screen and (max-width: 989px) {
    .banner__content.banner__content--bottom-right.page-width.scroll-trigger {
        position: absolute !important;
        bottom: 0 !important;
    }    
}