.banner-section {
  width: 100%;
  background: url(../img/banner.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in;
}

.banner-wrap {
  width: 100%;
  text-align: center;
  padding: 23rem 0 20rem 0;
}

.banner-text {
  opacity: 0;
  transition: opacity 1s ease-in;
  transition-delay: 1s;
}

.banner-copy {
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
  max-width: 1300px;
  margin: 0 auto;
}

.banner-section .btn {
  display: inline-block;
  min-width: 21rem;
  font-size: 1.4rem;
  margin-top: 6rem;
}

@media screen and (max-width: 480px) {
  .banner-wrap {
    padding: 8.2rem 4.5rem;
  }

  .banner-copy {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.8rem;
  }

  .banner-section .btn {
    min-width: 17rem;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    margin-top: 1.6rem;
  }
}
