.be_change {
  color: #ffff;
  text-align: center;
}
.be_the {
  background: url(../../images/bethechangebg%403x.png) no-repeat center;
  background-size: cover;
}

.contact-highlight {
  font-weight: bold;
}
/* mobile */
@media (max-width: 767px) {
  .be_change {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .download_badges {
    height: 42px;
    margin-bottom: 60px;
  }
}
/* tablets */

@media (min-width: 768px) {
  .be_the {
    background: url(../../images/bethechange%402x.png) no-repeat center;
    background-size: cover;
  }
  .be_change {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .download_badges {
    height: 50px;
    margin-bottom: 60.8px;
  }
}
/* medium devices */
@media (min-width: 992px) {
  .be_change {
    margin-top: 45px;
    /*margin-top: 76.2px;*/
    margin-bottom: 45px;
    /*margin-bottom: 15.4px;*/
    font-size: 32px;
  }
  .download_badges {
    margin-bottom: 81.1px;
  }
}
/* large devices */
@media (min-width: 12000px) {
  .be_change {
    margin-top: 109px;
    margin-bottom: 20px;
    font-size: 45px;
  }
  .download_badges {
    scroll-margin-bottom: 114px;
  }
}
