.heading {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.heading__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.heading__title {
  text-align: left;
}
.heading__blocks p,
.heading__blocks h2 {
  margin: 0;
}
.heading__blocks h2 {
  font-weight: 700;
}
.heading__text {
  font-weight: 600;
}
.heading__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heading__cta a {
  white-space: nowrap;
}
