.ro-home-header{
  height:auto;
  padding: var(--ro-space-12);
  background-color: var(--ro-champ-100);
  border: var(--ro-size-1) solid var(--ro-champ-100);
}

.ro-home-head-1{
    font-family: var(--ro-font-heading);
    font-size: var(--ro-font-size-head-S);  
    font-weight: var(--ro-font-weight-bold);  
}

.ro-home-head-2{
    font-family: var(--ro-font-body);
    font-size: var(--ro-font-size-head-S);  
    font-weight: var(--ro-font-weight-medium);  
}

@media(max-width:440px){
    .ro-explorer{
        padding: 60px;
    }
    .ro-results{
        padding: var(--ro-space-16);
    }
}
