body {
  background-color: #0c2438;
  color: #fff;
}

.title {
  color: #ffcc00;
}

.box-title {
  color: #ff1f1f;
}

.bg-body-tertiary {
  color: #0c2438;
}

.btn {
  background-color: #ffcc00 !important;
  color: #0c2438;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 12px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  cursor: pointer;
  -webkit-border-radius: 4px;
  font-weight: 700;
  font-style: italic;
  width: 236px;
  height: 49px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: middle;
}

.a-divider {
  background-color: #ffcc00;
  color: #0c2438;
  width: 100%;
  height: 8rem;
  text-align: center;
  vertical-align: middle;
  padding: 24px 24px;
}

.b-divider {
  background: rgb(46,46,46);
  background: linear-gradient(180deg, rgba(46,46,46,1) 0%, rgba(17,17,17,1) 35%);
  color: #0c2438;
  width: 100%;
  height: 25rem;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  padding: 48px 48px;
}

 @media only screen and (max-width: 600px) {
    .b-divider {
        background: rgb(46,46,46);
        background: linear-gradient(180deg, rgba(46,46,46,1) 0%, rgba(17,17,17,1) 35%);
        color: #0c2438;
        width: 100%;
        height: 35rem;
        text-align: center;
        vertical-align: middle;
        align-items: center;
        padding: 24px 24px;
    }
}