.cc-dark-theme.page-section--col-grey,
.cc-dark-theme.page-section--col-light-grey {
  background-color: #2d2d2d;
}


.slide {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.cc-dark-theme {
 
}

.cc-dark-theme h2,
.cc-dark-theme h3,
.cc-dark-theme h4,
.cc-dark-theme h5,
.cc-dark-theme h6,
.cc-dark-theme p {
  color: #fff;
  width: 100%;
}

.cc-dark-theme .text,
.cc-dark-theme .text-component {
  width: 100% !important;
}

.cc-dark-theme p {
  color: #fff;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

.cc-dark-theme .btn {
    background:#d04a02;
    color:#fff;
}

.btn {
    background:#d04a02;
    color:#fff;
}

.cc-border {
    border:1px solid #8A8A8A;
    padding:5px;
}