.text__container {
  background: #2a5d70;
  display: flex;
  flex-direction: column;
  padding: 1.5625rem 1.125rem;
  border-radius: 12px;
}

.text__container__title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: 0.006rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
}

.text__container__content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text__container__description {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  width: 100%;
  letter-spacing: 0.019rem;
  max-width: 42.75rem;
  color: #ffffff;
  margin: 0 0 1.25rem 0;
}

.text__container__button {
  height: 2.4375rem;
  width: 100%;
  min-width: fit-content;
  border-radius: 19px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.4375rem;
  letter-spacing: 0.013rem;
  color: #2a5d70;
}

.text__container__button:hover {
  color: white;
  background-color: #d14c29;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .text__container__button {
    padding: 0.75rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .text__container {
    padding: 2.77rem 4.79rem 2.77rem 3.71rem;
  }

  .text__container__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .text__container__content__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .text__container__description {
    width: unset;
  }

  .text__container__button {
    height: 2.625rem;
    width: 13.31rem;
    border-radius: 21px;
    line-height: 2.625rem;
    padding: 0 3.94rem;
  }
}
