@charset "UTF-8";

a[id^="lecturer"] + section .heading.block_header_2 .h{
  font-size: 6rem;
}
@media screen and (max-width:1350px){
  a[id^="lecturer"] + section .heading.block_header_2 .h{
    font-size: 6rem !important;
  }
}
@media screen and (max-width: 900px){
  a[id^="lecturer"] + section .heading.block_header_2 .h{
    font-size: max(4rem, 6.7vw) !important;
  }
}