
.rewards {
    max-width: 866px;
    width: 100%;
  	margin: 0 auto;
    width: 100%;
  	position: relative;
}

.rewards__title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.69);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.rewards__banner {
    height: 0;
  	width: 100%;
    padding-bottom: 62.5%;
    position: relative;
    background: url("//ips4-wowslegends-global.gcdn.co/pages_media/7_0_Layer_27.png") center no-repeat;
    background-size: cover;
}

.rewards__banner__sign {
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.69);
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    bottom: 0;
    left: 0;
}

.rewards__footer {
  	max-width: 650px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.69);
    color: #99cccc;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
  	margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .rewards__title {
    margin: 0 auto;
    font-size: 18px;
  }
  
  .rewards__banner__sign {
    font-size: 16px;
    line-height: 21px;
  }
  
  .rewards__banner {
    margin: 0 auto 36px;
  }
  
  .rewards__footer {
    font-size: 16px;
    line-height: 21px;
  	margin: 0 auto 20px;
  }
}