@media(max-width:900px){

h1{

font-size:54px;

}

h2{

font-size:42px;

}

}
@media(max-width:900px){

.travel-grid{

grid-template-columns:1fr;

}

}