.latest-blog-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3rem;
}
@media (max-width: 576px) {
  .latest-blog-title {
    font-size: 2rem;
  }
}

.cclLaunchpad_promo_buttonContainer .btn {
  white-space: normal !important;
}

.cclLaunchpad_promo_content {
  max-width: 100%;
}