.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: 0 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;
  border-radius: 5px;
  box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

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