.last-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.last-support__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.last-support__button {
  width: 162px;
  margin: 0 auto;
}
