.hero {
    position: relative;
    background: linear-gradient(to bottom, #00cefc8e , #0552c59b), url(../../img/becas/01.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 150px;
    min-height: 400px;
    letter-spacing: 2px;
    border-radius: 0%;
  }
  .hero h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .hero h1 span {
    font-size: 2rem;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 12px;
    line-height: 3;
  }

  @media (max-width: 700px){
    .hero {
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        text-align: center;
        color: #fff;
        padding-top: 110px;
        min-height: 400px;
        letter-spacing: 2px;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 90% 90%/0 0 30% 30%;
      }
  }


