.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;
  }
}

.features {
    .features_cont.features_2.features_3 {
        .features_func_tl {
            margin: 1.4em 0;
        }
    }
}


.features_connect_inner.share_monitor:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.spec {
  background-color: unset;
  padding-top: 0;
}

.spec .spec_tabs .spec_tabs_cont {
  box-shadow: unset;
}