@media screen and (min-width: 850px) {
  .mainviual{
    height: 40vh;
    margin-top: 80px;
    & h1{
      font-size: 250%;
    }
  }
}