.text-button__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.text-button__title {
  color: var(--black-color);
}

@media screen and (min-width: 769px) {
  #primary section.text-button {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  #primary section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .text-button__title {
    text-align: center;
  }

  .text-button__wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 460px) {
  .text-button__btn {
    width: 100%;
  }
}
