.two-text.reverse .wrapper {
  flex-direction: row-reverse; }
.two-text .text {
  flex: 1 1 50%; }
  .two-text .text .container-block {
    height: 100%; }
    .two-text .text .container-block .buttons {
      margin: 0; }
    .two-text .text .container-block .text-inner {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .two-text .text .container-block .text-inner p {
        flex-grow: 1; }
.two-text .wrapper {
  justify-content: center; }

@media (max-width: 575.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; } }

/*# sourceMappingURL=two_text.css.map */
