.two-text.reverse .wrapper {
  flex-direction: row-reverse; }
.two-text .text-inner {
  padding: 35px;
  height: 100%;
  border-radius: 20px; }
.two-text .text {
  flex: 1 1 50%;
  padding: 0 15px; }
.two-text .wrapper {
  justify-content: center;
  display: flex; }

@media (max-width: 575.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column; }
  .two-text .wrapper {
    flex-wrap: wrap;
    flex-direction: column; }
  .two-text .text {
    flex: 1 1 100%;
    margin-bottom: 20px; }
    .two-text .text .text-inner {
      padding: 20px; }
    .two-text .text.text2 {
      margin-bottom: 0; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column; }
  .two-text .wrapper {
    flex-wrap: wrap;
    flex-direction: column; }
  .two-text .text {
    flex: 1 1 100%;
    margin-bottom: 20px; }
    .two-text .text.text2 {
      margin-bottom: 0; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column; }
  .two-text .wrapper {
    flex-wrap: wrap;
    flex-direction: column; }
  .two-text .text {
    flex: 1 1 100%;
    margin-bottom: 20px; }
    .two-text .text.text2 {
      margin-bottom: 0; } }

/*# sourceMappingURL=two_text.css.map */
