.project-detail__cover {
  height: 35rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-information-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.project-detail-info-wrapper {
  display: flex;
  flex-direction: column;
}

.project-detail__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

.project-detail__section__images > .section-image {
  width: 100%;
  height: 35rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-detail-main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 850px) {
  .project-detail__section__images {
    flex-direction: column;
  }
}
