main.project-page {
  padding-left: var(--genium--padding--sides);
  padding-right: var(--genium--padding--sides);
  padding-top: calc(var(--genium--height--header) + 1rem);
  padding-bottom: var(--genium--height--header);

  display: flex;
  gap: 3rem;
  margin: 0 auto;
  margin-top: 3rem !important;

  max-width: var(--genium--maxwidth);
}

/* --- PROJECT DETAILS COLUMN --- */

section.project-details {
  flex-basis: 60%;
}

h1.project-title {
  margin-top: 0;
  margin-bottom: 3rem;
}

h1.res-project-title {
  display: none;
}

section.project-details span {
  font-size: var(--genium--fonts--p);
}

/* --- PROJECT SUPPORTERS COLUMN --- */

section.project-supporters {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* PROJECT INVESTOR */

.project-investor,
.project-organization,
.project-supervisors {
  background-color: white;
  padding: 1.5rem;
}

.project-investor__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.project-investor__title,
.project-investor__position,
.project-organization__title,
.project-supervisors__title,
.project-supervisor__position,
.project-disclaimer p {
  color: var(--genium--color--primary);
}

.project-investor__position {
  max-width: 85%;
  margin-bottom: 0;
}

.project-investor__title {
  margin: 0;
}

.project-investor__linkedin {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.project-investor__linkedin svg {
  transition: scale 0.2s ease-in-out;
}

.project-investor__linkedin:hover svg {
  scale: 1.1;
}

.project-investor__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.project-investor__photo,
.project-investor__no-photo {
  width: 146px;
  min-width: 146px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.project-investor__photo img {
}

.project-investor__no-photo svg path {
  fill: #f5f5f5;
}

.project-investor__photo img {
  width: 100%;
  max-width: 100%;
}

.project-investor__name {
  font-weight: 600;
  margin-top: 0;
  max-width: 80%;
  line-height: 143%;
}

/* PROJECT HOST ORGANIZATION */

.project-organization__title,
.project-supervisors__title {
  margin: 0;
  margin-bottom: 2rem;
}

.project-organization__logo {
  max-height: 55px;
  height: 100%;
}

.project-organization__logo img {
  height: 100%;
}

/* PROJECT SUPERVISORS */

.project-supervisor {
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
}

.project-supervisor__photo,
.project-supervisor__no-photo {
  width: 74px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
}

.project-supervisor__no-photo svg path {
  fill: #f5f5f5;
}

.project-supervisor__data p {
  margin: 0;
}

.project-supervisor__name {
  font-weight: 600;
}

/* PROJECT DISCLAIMER */

.project-disclaimer {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
}

.project-disclaimer p {
  margin: 0;
  max-width: 80%;
}

h2.related-prjects {
  margin: 3rem auto 2rem auto;
  padding-left: var(--genium--padding--sides);
  padding-right: var(--genium--padding--sides);
  max-width: var(--genium--maxwidth);
}

section.banners-block {
  margin: 0 auto;
  max-width: var(--genium--maxwidth) !important;
}

@media screen and (max-width: 781px) {
  main.project-page {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 0;
    padding-top: 1rem;
  }

  section.project-details {
    order: 2 !important;
  }

  h1.project-title {
    display: none;
  }

  h1.res-project-title {
    display: block;
  }

  .project-organization__logo img {
    max-height: 50px;
  }
}
