@media (min-width: 768px) {
  .pb-homepage .pb-section .pb-row {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: stretch !important;
  }

  /* Κείμενο */
  .pb-homepage .pb-section .pb-row > div:nth-child(1) {
    width: 50% !important;
    padding-left: 2rem !important;
    padding-right: 1rem !important;
    order: 2 !important;
  }

  /* Εικόνα */
  .pb-homepage .pb-section .pb-row > div:nth-child(2) {
    width: 50% !important;
    padding-right: 2rem !important;
    padding-left: 1rem !important;
    order: 1 !important;
  }

  /* Σωστή εμφάνιση εικόνας */
  .pb-homepage .pb-section .pb-row > div:nth-child(2) img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto;
  }
}
