.about-ccl {
  background-color: #d8d8d8;
}

.about-ccl-text p {
  font-size: 125%;
  font-family: Source Sans Pro, sans-serif;
  color: #544741;
  /* text-align: center; */
  text-align: left;
  padding: 0px 15px;
}

@media screen and (max-width: 767px) {
  .about-ccl-text p {
    text-align: center;
  }
}

.about-ccl-button {
  /* background-color: #0081c7; */
  font-size: 100%;
  line-height: 100%;
  font-family: Ubuntu, Source Sans Pro, sans-serif;
  text-align: center;
  color: white;
}

.about-ccl-button.sf-button {
  background-color: #9bc23b;
  font-size: 100%;
  font-family: Ubuntu, Source Sans Pro, sans-serif;
  color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 0px;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
}

.about-ccl-button.sf-button:hover {
  background-color: #0081c7;
}
