@media screen and (max-width: 600px){
    .hero_banner.home-1{
        align-items: start;
    }

    .home-tile-1{
        width: 190px;
    }

    .home-tile-2{
        width: 150px;
    }
}