#section-style-0015 {
  position: relative;
}
#section-style-0015 *,
#section-style-0015 *:before,
#section-style-0015 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#section-style-0015 h2 {
  margin: 0;
  font-size: 100px;
  font-weight: 700;
  color: #222;
  font-family: poppins, Arial, helvetica neue, Helvetica, sans-serif;
  letter-spacing: -.04em;
  line-height: 100%;
}

@media (max-width:570px) {
  #section-style-0015 h2 {
    font-size: 36px;
  }
}

#section-style-0015 .go-block {
  position: relative;
  text-align: center;
  min-height: 635px;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width:1024px) {
  #section-style-0015 .go-block {
    background-attachment: scroll;
  }
}

@media (max-width:768px) {
  #section-style-0015 .go-block {
    min-height: 400px;
  }
}

@media (max-width:640px) {
  #section-style-0015 .go-block {
    min-height: 250px;
  }
}

#section-style-0015 .go-block-content {
  opacity: 0;
  transform: scale(.2);
  z-index: 2;
  padding: 0 15px;
}

#section-style-0015 .go-block-content .text {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -.025em;
}

@media (max-width:980px) {
  #section-style-0015 .go-block-content .text {
    font-size: 70px;
  }
}

@media (max-width:768px) {
  #section-style-0015 .go-block-content .text {
    font-size: 50px;
  }
}

@media (max-width:570px) {
  #section-style-0015 .go-block-content .text {
    font-size: 30px;
  }
}

#section-style-0015 .go-block-content .text span {
  position: relative;
  display: inline-block;
}
