.template-home {
  .h1, .text h1 {
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
    text-transform: lowercase;
    margin-bottom: 0;
    padding: 3rem 1.5rem;
    line-height: .9em;
  }
  .section:nth-child(2) .h1 {
    position: relative;
  }
  .section:nth-child(2) .h1:after {
    position: absolute;
    bottom: -.15rem;
    content: " ";
    left: 50%;
    margin-left: -1.5rem;
    background: url(../../images/arrow-down.svg) no-repeat center center;
    width: 3rem;
    height: 2rem;
  }

  .logo-text {
    display: flex;
    justify-content: center;
    img {
      width: 100px;
      height: 63px;
    }
  }
  @media screen and (min-width: 30em) {
    .h1, .text h1 {
      font-size: 4.5rem;
      margin-bottom: 1.5rem;
    }
  }
  @media screen and (min-width: 60em) {
    .h1, .text h1 {
      font-size: 6rem;
    }
  }
}



