.interstitial2topic .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .interstitial2topic .btn {
    width: 38%;
  }
}

@media (min-width: 992px) {
  .interstitial2topic .btn {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .pl-lg-1half {
    padding-left: 15px !important;
  }

  .pr-lg-1half {
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .px-sm-1half {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.bg-interstitial-box-right {
  color: #ffffff;
  background-color: #3A5E94 !important;
}

bg-interstitial-box-default{
  color: #ffffff;
  background-color: #4976BA !important;
}

.bg-halfs-interstitial2topic {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #4976BA), color-stop(50%, #3A5E94));
  background: linear-gradient(90deg, #4976BA 50%, #3A5E94 50%);
}

@media (max-width: 991px) {
  .bg-bg-interstitial-box-default {
    background-color: #4976ba;
  }

  .bg-bg-interstitial-box-right {
    background-color: #3A5E94;
  }
}


