@media screen and (min-width: 1900px) {
  .not-editable h2 {
    font-size: 45px !important;
  }
  .not-editable h3 {
    font-size: 35px !important;
  }
}
