.single-post .top-title__main-text {
	max-width: 100%;
}

.single-post .top-title__right {
	max-width: 62%;
}

.post-content {
  background: #fff;
}
.post-content__inner {
  max-width: 62%;
  padding: 24px 0 48px;
  justify-self: flex-end;
  flex-flow: column;
  display: flex;
  gap: 48px;
}
.post-content__inner p {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #546e7a;
}
.post-content__inner h2 {
  font-family: Geist;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.8%;
}
.post-content__inner h3 {
  font-family: Geist;
  font-weight: 300;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -2.8%;
}
.post-content__inner h4 {
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.8%;
  vertical-align: middle;
}
.post-content__inner h5 {
  font-family: Geist;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.8%;
  vertical-align: middle;
}
.post-content .project-gallery__prev-proj {
  display: none;
}
.post-content .project-gallery__footer {
  justify-content: flex-start;
  padding: 48px 0;
  max-width: 60%;
  width: 100%;
  justify-self: flex-end;
}
.post-content .project-gallery__next-proj-top {
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.8%;
  text-align: center;
  color: #001c36;
  display: flex;
  align-items: center;
}
.post-content .project-gallery__next-proj-top svg path {
  fill: #001c36;
}
.post-content .project-gallery__next-proj-bot {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #607d8b;
}

@media (max-width: 768px) {
  .post-content__inner {
    max-width: 100%;
    padding: 24px 0;
    gap: 16px;
  }
	
	.single-post .breadcrumbs-section {
		padding: 36px 0;
	}
  .post-content__inner p {
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #546e7a;
  }
  .post-content__inner h2 {
    font-family: Geist;
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2.8%;
  }
  .post-content__inner h3 {
    font-family: Geist;
    font-weight: 300;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -2.8%;
  }
  .post-content__inner h4 {
    font-family: Geist;
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.8%;
    vertical-align: middle;
  }
  .post-content__inner h5 {
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.8%;
    vertical-align: middle;
  }

	.post-content .project-gallery__footer {
		max-width: 100%;
	}
	
  .post-content .project-gallery__next-proj-top {
	  font-family: font family/Geist;
		font-weight: 400;
		font-style: Regular;
		font-size: 22px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: calc((22px / 100) * -0.8);
		text-align: center;
  }
	
	.post-content .project-gallery__next-proj-top svg {
		width: 20px;
		height: 20px;
	}
  .post-content .project-gallery__next-proj-bot {
    font-family: font family/Geist;
		font-weight: 400;
		font-style: Regular;
		font-size: 12px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: calc((22px / 100) * -0.8);
		text-align: left;;
  }
}/*# sourceMappingURL=post.css.map */