/* White Banner*/
.white-banner-wrapper {
  background: #fff;
}
.white-banner {
  margin: 0 auto;
  padding: 0 55px;
  max-width: 1300px;
}
.white-banner .call-to-action {
  margin-top: 30px;
}
.white-banner p {
  font-size: 18px;
  line-height: 1.5;
}
.white-banner .tab-content ul li {
  font-size: 18px;
  line-height: 1.3;
}
.white-banner .tab-content .call-to-action {
  float: left;
}
@media (max-width: 480px) {
  .white-banner {
    padding: 20px;
  }
  .white-banner .call-to-action {
    padding: 7px 25px !important;
  }
}
