.category-name .icon-folder-open {
  display: none;
}

/* Ίσο ύψος στα άρθρα του Category Blog */
.blog .items-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Κάθε στήλη γίνεται ελαστικό πλαίσιο */
.blog .items-row > [class*="span"] {
    display: flex;
    float: none;
}

/* Το άρθρο καταλαμβάνει όλο το διαθέσιμο ύψος */
.blog .items-row .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Το Διαβάστε περισσότερα πηγαίνει κάτω */
.blog .items-row .readmore {
    margin-top: auto;
    padding-top: 15px;
}

/* Κινητά */
@media (max-width: 767px) {
    .blog .items-row > [class*="span"] {
        width: 100%;
        margin-left: 0;
    }
}
.intro-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.intro-photo {
  flex: 0 0 auto;
}

.intro-photo img {
  width: 420px;
  height: auto;
  display: block;
}

.intro-text {
  flex: 0 1 520px;
  margin-left: 0;
}

.intro-text h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .intro-section {
    flex-direction: column;
    text-align: center;
  }

  .intro-photo img {
    width: 100%;
    max-width: 420px;
  }

  .intro-text {
    flex: auto;
  }
}
p.lele {
    background-color: #eef7fa !important;
    border-left: 5px solid #4a9bb1 !important;
    padding: 18px 22px !important;
    margin: 20px 0 !important;
    border-radius: 8px !important;
}
.module-mesa-sto-arthro {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    margin: 25px 0;
}
/* για ιδιο ύψος στην αρχική */
.blog-items.columns-2 .blog-item:last-child {
    grid-column: span 1 !important;
    width: auto !important;
}

.blog-items.columns-2 .blog-item:last-child img {
    width: 100% !important;
    height: auto !important;
}
/* GIA TO BANNER */
@media (max-width: 768px) {
  img[src*="focusa.png"] {
    float: none !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
