*{margin:0;padding:0;box-sizing:border-box;}
html,body{width:100%;height:100%;}
.hero{
  min-height:100vh;
  background:url("../media/images/pui_bg.jpg") center/cover no-repeat;
  position:relative;
}
.hero__header{
  position:absolute;
  top:20px;left:20px;right:20px;
  display:flex;justify-content:space-between;
}
.hero__logo{height:auto;object-fit:contain;}
.hero__logo--gob{max-width:300px;}
.hero__logo--chs{max-width:200px;}
.hero__content{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:100px;
}
.hero__title{max-width:90%;height:auto;}
@media(max-width:768px){
  .hero__logo--gob{max-width:180px;}
  .hero__logo--chs{max-width:120px;}
}
