@charset "UTF-8";

#lower_staff + section .heading.block_header_1 .h {
  font-size: 2.6rem;
}

@media screen and (max-width:400px){
  #lower_staff + section .heading.block_header_1 .h {
    font-size: max(5vw,16.4px);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (min-width:401px) and (max-width:800px){
  #lower_staff + section .heading.block_header_1 .h {
    font-size: 2rem;
  }
}

