 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 371px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 48px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.5rem;
  font-weight: 300;
  width: 780px;
  margin: 34px auto 48px;
}

#read{
  color: #004c99;
  font-weight: 700;
}

.link-section {
  display: block;
  /* Κάνει τον σύνδεσμο να εκτείνεται σε μπλοκ */
  text-decoration: none;
  /* Αφαιρεί την υπογράμμιση */
  color: inherit;
  /* Κληρονομεί το χρώμα από το γονικό στοιχείο */
  height: 100%;
  /* Εκτείνεται σε όλο το ύψος του section */
  width: 100%;
  /* Εκτείνεται σε όλο το πλάτος του section */
}

.link-section:hover {
  /* Καμία αλλαγή στο φόντο ή στο χρώμα του κειμένου κατά το hover */
  background-color: transparent;
  /* Σαφές φόντο κατά το hover */
  color: inherit;
  /* Κληρονομεί το χρώμα του κειμένου */
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-2 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 180deg;
    --animation-custom_in-scale: 1;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-2 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-2 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 337px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1rem;
    width: 340px;
  }
} .u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 1009px;
}

.u-section-2 .u-image-1 {
  height: 477px;
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 1;
}

.u-section-2 .u-group-1 {
  min-height: 372px;
  margin-top: 30px;
  margin-bottom: 60px;
  height: auto;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px 50px;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  font-size: 1.875rem;
  margin: 94px auto 0;
}

.u-section-2 .u-btn-1 {
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 2px;
  background-image: none;
  font-weight: 700;
  margin: 20px auto 0;
  padding: 11px 24px 11px 23px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-image-1 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    margin-bottom: 0;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-group-1 {
    height: auto;
  }

  .u-section-2 .u-btn-1 {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 771px;
  }

  .u-section-2 .u-image-1 {
    height: 332px;
    margin-top: 60px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-group-1 {
    min-height: 299px;
    margin-top: 0;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 648px;
  }

  .u-section-2 .u-image-1 {
    height: 247px;
    margin-top: 70px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-group-1 {
    min-height: 261px;
    margin-top: 10px;
  }

  .u-section-2 .u-container-layout-1 {
    padding: 0 10px 31px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: 65px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 10px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 502px;
  }

  .u-section-2 .u-image-1 {
    height: 156px;
    margin-top: 50px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-group-1 {
    min-height: 216px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-bottom: 30px;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.25rem;
  }

  .u-section-2 .u-btn-1 {
    font-size: 0.875rem;
    height: 50px;
  }
}