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;
}
}