.bo-hero{
  min-height:90vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:60px 20px;
}

.bo-hero h1{
  font-size:clamp(36px,5vw,60px);
  margin-bottom:20px;
}

.bo-hero p{
  font-size:20px;
  margin-bottom:30px;
}