.two-text.reverse .wrapper {
  flex-direction: row-reverse; }
.two-text .text {
  flex: 1 1 50%; }
.two-text .wrapper {
  justify-content: center; }
.two-text .title {
  flex-direction: column; }
  .two-text .title .icon {
    min-width: 150px;
    width: 150px;
    height: 150px;
    margin-bottom: 15px; }
    .two-text .title .icon img {
      border-radius: 50%; }

@media (max-width: 575.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; }
  .two-text .title {
    justify-content: center; }
    .two-text .title .icon {
      width: 80px;
      height: 80px;
      min-width: 80px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; }
  .two-text .title {
    justify-content: center; }
    .two-text .title .icon {
      width: 100px;
      height: 100px;
      min-width: 100px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; }
  .two-text .title {
    justify-content: center; }
    .two-text .title .icon {
      width: 100px;
      height: 100px;
      min-width: 100px; } }

/*# sourceMappingURL=two_text.css.map */
