Image Banner Resizing on mobile - Dawn theme

@adorcollective
Glad it worked
Please mark it as a solution as it has solved your issue.

Related to your above query, yes it is possible. You can add the below code at the end of same file

@media screen and (max-width: 749px){
#Banner-template--21354181296471__image_banner .banner__content {
    align-items: end;
}
}

If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!