.rich-text__text {
  color: var(--color-core-body);
}
.rich-text-section .button-block__button .btn {
  min-width: 11.25rem;
}
.rich-text-section .border-block {
  background-color: var(--color-stroke-light);
}
@media screen and (max-width: 719px) {
  .rich-text-section .button-block__button .btn {
    min-width: 9.375rem;
  }
}
