blockquote { font-style: normal !important;
border-left: 1px solid #820346;
margin: 1.2em 0em ;
}

h1,h2,h3,h4,h5,h6 {
		letter-spacing: 1px;
		word-spacing: 3px;
}
h3, h4 {
		margin: 0px 0px;}

h1 {
  font-size: 2.25rem;     /* 36px */
  line-height: 1.3;
  margin-bottom: 1.25rem; /* 20px */
}

h2 {
  font-size: 1.875rem;    /* 30px */
  line-height: 1.35;
  margin-bottom: 1.125rem; /* 18px */
}

h3 {
	font-size: 1.5rem;      /* 24px */
  line-height: 1.4;
  margin-bottom: 1rem;    /* 16px */
}

h4 {
  font-size: 1.25rem;     /* 20px */
  line-height: 1.4;
  margin-bottom: 0.875rem; /* 14px */
}

h5 {
  font-size: 1rem;        /* 16px */
  line-height: 1.45;
  margin-bottom: 0.75rem; /* 12px */
}

h6 {
  font-size: 0.875rem;    /* 14px */
  line-height: 1.5;
  margin-bottom: 0.625rem; /* 10px */
}

p {
	font-size: 1rem;        /* 16px */
  line-height: 1.8;
  margin-bottom: 1rem;    /* 16px */
	text-align: justify;	
}

.custom-primary-color {
    color: #651d43;
}

.custom-primary-background {
    background-color: #651d43;
}

.custom-list-ziso {
    list-style: none; /* Αφαίρεση προεπιλεγμένων bullets */
    padding-left: 0;
}

.custom-list-ziso li {
    position: relative;
    padding-left: 30px; /* Κενό για το εικονίδιο */
    margin-bottom: 1rem; /* Απόσταση μεταξύ των στοιχείων */
}

.custom-list-ziso li::before {
    content: "";
    position: absolute;
    left: 0;
    /*top: 50%;
  transform: translateY(50%);  */
    width:1.5rem; /* Πλάτος εικονιδίου */
    height:1.5rem; /* Ύψος εικονιδίου */
    background-image: url('https://zisopouloulaw.gr/wp-new/wp-content/uploads/2025/03/lines3.svg'); /* Διαδρομή του εικονιδίου */
    background-size: contain;
    background-repeat: no-repeat;
		color: #651d43;
}
/* new */
@media (min-width: 768px) {
  .equal-height-row {
    display: flex;
    flex-wrap: nowrap;
  }

  .equal-height-row .left-col-img,
  .equal-height-row .right-col-content {
    flex: 1;
  }

  .left-col-img .sow-slider-base {
    height: 100%;
  }

  .left-col-img .sow-slider-image {
    height: 100%;
    object-fit: cover;
  }
}