/* Scss Document */
#CX-driven-BX .container {
  width: 1000px; }
  @media screen and (max-width: 768px) {
    #CX-driven-BX .container {
      width: auto; } }
#CX-driven-BX section {
  padding: 3rem 0; }
  @media screen and (max-width: 576px) {
    #CX-driven-BX section {
      padding: 1rem 0; } }
  #CX-driven-BX section.pale {
    background: #EFEFEF; }
  #CX-driven-BX section.head {
    margin-top: 5rem; }
    @media screen and (max-width: 576px) {
      #CX-driven-BX section.head {
        margin-top: 2rem; } }
#CX-driven-BX .main {
  background: url("../images/back.jpg") no-repeat center;
  background-size: cover;
  padding: 4rem 0 4rem; }
  @media screen and (max-width: 576px) {
    #CX-driven-BX .main {
      background-size: cover;
      padding: 2rem 0; } }
#CX-driven-BX h1 {
  padding: 1.5rem 0; }
#CX-driven-BX h2 {
  position: relative;
  padding: 1rem 0;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold; }
  #CX-driven-BX h2::before, #CX-driven-BX h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FE880C, #1092CE); }
  #CX-driven-BX h2::before {
    top: 0; }
  #CX-driven-BX h2::after {
    bottom: -3px; }
  @media (min-width: 769px) {
    #CX-driven-BX h2 {
      font-size: 2rem; } }
#CX-driven-BX .lead {
  font-weight: 400;
  line-height: 1.8; }
#CX-driven-BX footer {
  background: none repeat scroll 0 0 #999999;
  color: #ffffff;
  padding: 2rem;
  text-align: center;
  font-size: 0.8rem; }
  @media screen and (max-width: 576px) {
    #CX-driven-BX footer {
      padding: 1rem; } }
#CX-driven-BX footer a {
  color: #FFFFFF; }
