@charset "UTF-8";
.members {
  padding: 30px 120px;
}
@media (max-width: 1200px) {
  .members {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.members .title {
  font-family: "Inter", sans-serif;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 32.48px */
  letter-spacing: -0.56px;
  margin: 0;
}
.members .member {
  flex: 0 0 calc((100% - 60px) / 4);
  display: flex;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .members .member {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  .members .member {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .members .member {
    flex: 0 0 100%;
  }
}
.members .member img {
  border-radius: 12px;
}
.members .member .overlay {
  position: absolute;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(17, 48, 69, 0.6) 100%);
  flex-wrap: wrap;
  align-content: flex-end;
}
.members .member .overlay:hover .description {
  max-height: 150px; /* βάλε όσο θες */
  opacity: 1;
}
.members .member .member-title {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
}
.members .member .description {
  min-height: 0;
  color: #9CB4C5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  text-decoration: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.members .member .description a {
  color: #9CB4C5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  text-decoration: none;
}
.members .member .description p {
  margin: 0;
}

/*# sourceMappingURL=vc_members.css.map */
