.project-page .projects-slider {
  margin-bottom: 20px;
}
.project-page .projects-slider .item img {
  border-radius: 15px;
}
.project-page .text-wrapper .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 15px;
}
.project-page .text-wrapper .info li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--gray-400);
  font-size: 14px;
  font-family: "main-r";
}
.project-page .text-wrapper .info li:not(:last-child) {
  padding-right: 22px;
  border-right: 1px solid var(--gray-500);
}
@media (max-width: 767px) {
  .project-page .text-wrapper .info li:not(:last-child) {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .project-page .text-wrapper .info li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .project-page .text-wrapper .info {
    gap: 10px;
  }
}
.project-page .text-wrapper .description {
  font-family: "main-r";
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark-100);
}
.project-page .text-wrapper .description p {
  font-family: "main-r";
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark-100);
}
.project-page .text-wrapper .description p:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .project-page .text-wrapper .description p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.project-page .text-wrapper .description ul,
.project-page .text-wrapper .description ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.project-page .text-wrapper .description ul li,
.project-page .text-wrapper .description ol li {
  list-style-type: disk;
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark-100);
}
@media (max-width: 767px) {
  .project-page .text-wrapper .description ul li,
  .project-page .text-wrapper .description ol li {
    font-size: 14px;
  }
}
.project-page .text-wrapper .description h1,
.project-page .text-wrapper .description h2,
.project-page .text-wrapper .description h3,
.project-page .text-wrapper .description h4,
.project-page .text-wrapper .description h5,
.project-page .text-wrapper .description h6 {
  letter-spacing: initial;
  margin: 30px 0 15px;
  font-family: "main-b";
}
.project-page .text-wrapper .description h1:first-child,
.project-page .text-wrapper .description h2:first-child,
.project-page .text-wrapper .description h3:first-child,
.project-page .text-wrapper .description h4:first-child,
.project-page .text-wrapper .description h5:first-child,
.project-page .text-wrapper .description h6:first-child {
  margin-top: 0;
}
.project-page .text-wrapper .description a {
  color: var(--main-light);
  font-family: "main-sb";
}
.project-page .text-wrapper .description a:hover {
  color: var(--dark-100);
}
.project-page .text-wrapper .description img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin-bottom: 15px;
}
