.get-involved.uk-panel-title {
  color: #fff;
  font-size: 35px;
  line-height: 1.5;
  text-transform: uppercase;
}

.get-involved_ghost-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.get-involved_body,
.get-involved ~ p {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}

/*
 * Media Queries
 */

@media (max-width: 960px) {  }

@media (max-width: 768px) {
  .get-involved_body,
  .get-involved ~ p {
    font-size: 22px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .get-involved_body,
  .get-involved ~ p {
    font-size: 20px;
  }
  .get-involved.uk-panel-title {
    font-size: 30px;
  }
}
