.the-box {
  margin-top: -400px;
}

@media screen and (min-width: 1480px) {
  .the-box {
    margin-top: -560px;
  }
}

.box-fade {
  background: linear-gradient(#fff, #21A0E6);
  height: 200px;
}

.box-main {
  background: radial-gradient(#2BBBEE, #21A0E6);
  padding: 300px 0 60px 0;
}

.come-together, .big-box, .powered-by {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: lighter;
}

.big-box {
  font-size: 120px;
  margin-top: -60px;
}

.powered-by {
  font-size: 30px;
  font-weight: 500;
  margin-top: -60px;
  text-transform: uppercase;
}

.box-photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.box-photos > img {
  height: auto;
  width: 80%;
}


@media screen and (max-width: 1100px) {
  .the-box {
    margin-top: -460px;
  }
  .big-box {
    font-size: 80px;
    margin-top: 20px;
  }
  .box-photos > img {
    width: 100%;
  }
  .come-together {
    padding: 0 12px 0 12px;
  }
}

@media screen and (min-width: 1725px) {
  .the-box {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1890px) {
  .the-box {
    padding-top: 400px;
  }
}

@media screen and (min-width: 2060px) {
  .the-box {
    padding-top: 600px;
  }
}

@media screen and (min-width: 2180px) {
  .the-box {
    padding-top: 800px;
  }
}
