.c-page .faculty__picture {
  width: 372px;
  height: 314px;
  object-fit: contain;
  object-position: bottom right;
  bottom: 0;
}

.c-page.faculty__header {
  padding-bottom: 380px;
  min-height: 500px;
}

.faculty__content h1 {
  max-width: 375px;
}

.section__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  margin-top: 15px;
}

.licei__nav-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  margin-top: 40px;
}

.licei__navigation {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.licei__navigation ul {
  padding-left: 30px;
  margin: 0;
}

.licei__navigation ul li {
  margin-bottom: 10px;
}

.licei__navigation ul li:last-child {
  margin-bottom: 0;
}

.licei__navigation a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  transition: all 300ms ease-out;
}

.licei__navigation li {
  transition: all 300ms ease-out;
}

.licei__navigation li:hover,
.licei__navigation a:hover {
  color: var(--main-red);
}

@media screen and (min-width: 768px) {
  .c-page.faculty__header {
    padding-bottom: 154px;
    min-height: 420px;
  }

  .c-page .faculty__picture {
    width: 417px;
    height: 337px;
    top: unset;
  }
  .section__subtitle {
    margin-top: 24px;
  }
  .licei__nav-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    margin-top: 50px;
  }
  .licei__navigation ul {
    gap: 14px;
    column-count: 2;
    column-gap: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .faculty__content h1 {
    max-width: 591px;
  }

  .c-page.faculty__header {
    padding-bottom: 119px;
    min-height: 500px;
  }

  .c-page .faculty__picture {
    width: 587px;
    height: 472px;
  }
  .section__subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    margin-top: 26px;
  }
  .licei__nav-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 31.2px;
  }
  .licei__navigation ul {
    column-count: 3;
    column-gap: 100px;
  }
  .licei__navigation a {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
  }
}
