.text-text .container .flex-wrapper {
  /*padding: 7vh 5vw;*/ /* Tantip */
  padding: 6vh 5vw 0vh 5vw;
  /* border-radius: 25px; */
}

.text-text__bottom-button {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.text-text__bottom-button .btns-wrapper {
  margin-left: 30px;
}

.two-columns {
  padding: 0 !important;
}

.flex-two-columns {
  padding: 5vw 5vh;
  /* border-radius: 25px; */
}

.href-white a {
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 992px) {
  .text-text__bottom-button {
    flex-direction: column;
  }
  .text-text__bottom-button .btns-wrapper {
    margin-left: 0;
    margin-top: 15px;

  }