@media only screen and (min-width : 600px) {
.align-row-center{
   align-items: center;
}
}

@media only screen and (min-width : 320px) and (max-width : 480px)  {
    .align-row-center{
        align-items: baseline !important;
     }

     .align-row-center h1{
        font-size: 35px !important;
     }
     .align-row-center img{
        width: 50% !important;
     }
}