@media (max-width: 980px){
  .pv-grid{grid-template-columns:repeat(2,1fr)}
  .pv-hero h1{font-size:36px}
  .pv-nav ul{flex-wrap:wrap;justify-content:flex-end}
}
@media (max-width: 640px){
  .pv-grid{grid-template-columns:1fr}
  .pv-hero .pv-hero-inner{padding:54px 0}
  .pv-hero h1{font-size:30px}
}
@media (max-width: 768px){
  .pv-hero, .hero, .banner, .page-hero{
    min-height: 320px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pv-hero h1, .hero h1, .banner h1, .page-hero h1{
    font-size: 34px !important;
    line-height: 1.1 !important;
  }
}
.pv-cta, .cta, .calltoaction{
  padding-top: 72px;
  padding-bottom: 72px;
}
footer, .pv-footer{
  margin-top: 0;
}
