@media (max-width: 991px) {
  body {
    background-image: url(../images/truebankaccounts/bg2.png);
    background-size: auto;
    color: #fff;
  }

  .hero-overlay {
      background-image: url('../images/truebankaccounts/bg2.png');
      background-size: auto;
  }

  .urlSection{
      display: contents;
  }

  .divider{
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .button-1 {
      padding-bottom: 10px;
      background-image: url('../images/truebankaccounts/adBG2.png');
  }

  .button-1:hover {
      background-image: url('../images/truebankaccounts/adBG2.png');
  }

  .contentSection{
      margin-bottom: 33px;
  }
}
@media (min-width: 992px) {
  body {
    background-color: #000000;
    background-image: none;
    color: #fff;
  }

  .hero-overlay {
      background-image: url('../images/truebankaccounts/bg.png');
      background-repeat:no-repeat;
      background-size: cover;
      background-position: center;
  }

  .urlSection{
      text-align: center;
      margin-left: 33px;
  }

  .w-col-1 {
    width: 3.33333333%;
  }

  .w-col-5 {
    width: 38.66666667%;
  }
  .w-col-6 {
    width: 57%;
  }

  .button-1 {
      padding-bottom: 40px;
      background-image: url('../images/truebankaccounts/adBG.png');
  }

  .button-1:hover {
      background-image: url('../images/truebankaccounts/adBG.png');
  }

  .contentSection{
      margin-bottom: 20px;
  }

  center {
      display: inline-block;
  }
}

.adsUrl {
    text-decoration: underline;
    line-height: 15px;
    color: #ffffff;
}

.button-1 {
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: none;
}

.button-1-h {
    text-decoration: none;
    color:#353535;
}

.button-1:hover {
    background-color: transparent;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
}

.button-1-h:hover {
    color: #353535;
}

a.policy {
    color: #ffffff;
}

center {
    background-color: #CA3268;
    padding: 7px 20px;
    border-radius: 50px;
}

.bold{
    font-weight: bold;
}
