@media(max-width:900px){

header{

flex-direction:column;

gap:15px;

}

.hero-content h1{

font-size:38px;

}

.hero-content p{

font-size:18px;

}

}