@media(max-width:900px){

.hero{
    flex-direction:column;
    text-align:center;
}

.hero h1{
    font-size:32px;
}

.features{
    grid-template-columns:1fr;
}

}
