.blocky {
  max-width: 450px;
}

.blocky--default .blocky__name {
  font-size: 22px;
}

.blocky--tight .blocky__content {
  gap: 10px;
  align-items: center;
  @media (max-width: 550px) {
    flex-wrap: wrap;
  }
}

.blocky__name {
  font-weight: 500;
}

.blocky__position {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.blocky__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -1.44px;
  margin: 0 0 75px 0;
}

.blocky__content {
  display: flex;
  gap: 20px;
}

.blocky--tight .blocky__media img {
  width: 50px;
  height: 50px;
}

.blocky__body p {
  font-size: 16px;
  line-height: 22px;
  margin: 1em 0 0 0;
}

.blocky__button {
  flex-shrink: 0;
  @media (min-width: 551px) {
    margin: 0 0 0 10px;
  }
}

.blocky__button a {
  display: inline-block;
  text-decoration: none;
  background-color: var(--primary);
  color: white;
  line-height: 50px;
  padding: 0 65px;
}