.hero .hero_tl .hero_tl_txt_3 {
  font-size: 3rem;

  @media screen and (min-width: 768px) {
    font-size: 6rem;
  }
  @media screen and (min-width: 1024px) {
    font-size: 54px;
  }
}

.spec_tabs_cont {
  overflow: scroll;
}