h1{
  font-size: 48px;
}

h2{
  font-size: 32px;
}

.text{
  font-size: 20px;
}

.sub-section{
  gap: 5px;
}

@media (max-width:550px){
  h1{
    font-size: 32px;
  }
  
  h2{
    font-size: 24px;
  }
  
  .text{
    font-size: 18px;
  }

  .sub-section{
    padding: 10px;
  }
}

@media (max-width:400px){
  h1{
    font-size: 24px;
  }
  
  h2{
    font-size: 18px;
  }
  
  .text{
    font-size: 16px;
  }
}