  @media (max-width: 767.98px) {
  .stats {
    display: none;
  }
}
.stats .col {
  text-align: center;
}
.stats .col.middle {
  border-left: 2px solid #c6002b;
  border-right: 2px solid #c6002b;
}
.stats h4 {
  color: #c6002b;
  font-size: 4.6rem;
  font-weight: 700;
}
.stats p {
  font-weight: 600;
  font-size: 1.125rem;
}

.bringit {
  position: relative;
  margin-bottom: 2rem;
  margin-left: -30px;
  margin-right: -30px;
  background-image: url("https://cdn.iheartmedia.com/img/iphonedevice.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .bringit {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .bringit {
    height: 700px;
  }
}
.bringit div {
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.bringit div h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .bringit div h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .bringit div p {
    text-align: left;
    font-size: 0.9375rem;
  }
}

.downloads {
  margin-top: 2rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.downloads a {
  display: flex;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 0.4rem;
  /*flex-grow: 1;*/
  margin: 0.3rem;
  height: 15vw;
  vertical-align: baseline;
  color: #343a40;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 18%;
  background-size: 25%;
}
@media (max-width: 767.98px) {
  .downloads a {
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 767.98px) {
  .downloads a {
    color: transparent;
  }
}
.downloads a:hover {
  background-color: #f0f0f0;
}
.downloads a.mobile {
  background-image: url("https://cdn.iheartmedia.com/img/platforms/mobile.png");
}
.downloads a.home {
  background-image: url("https://cdn.iheartmedia.com/img/platforms/home.png");
}
.downloads a.auto {
  background-image: url("https://cdn.iheartmedia.com/img/platforms/auto.png");
}
.downloads a.wearables {
  background-image: url("https://cdn.iheartmedia.com/img/platforms/wearables.png");
}
.downloads a.travel {
  background-image: url("https://cdn.iheartmedia.com/img/platforms/travel.png");
}