.gallery-center .module-title {
  padding-bottom: 30px; }
.gallery-center .two-text .container-block {
  padding: 0 !important; }
.gallery-center .two-text .text {
  background-color: transparent !important; }
  .gallery-center .two-text .text .image {
    justify-content: center;
    display: flex;
    width: 100%; }

.two-text.reverse .wrapper {
  flex-direction: row-reverse; }
.two-text .text {
  flex: 1 1 50%; }
.two-text .wrapper {
  justify-content: center; }

@media (max-width: 575.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column; }
  .two-text .wrapper {
    flex-direction: column; }
  .two-text .text {
    flex: 1 1 100%; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column; }
  .two-text .wrapper {
    flex-direction: column; }
  .two-text .text {
    flex: 1 1 100%; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column; }
  .two-text .wrapper {
    flex-direction: column; }
  .two-text .text {
    flex: 1 1 100%; } }

/*# sourceMappingURL=two_text.css.map */
